Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions linode_api4/objects/networking.py
Original file line number Diff line number Diff line change
Expand Up @@ -225,6 +225,8 @@ class FirewallSettingsDefaultFirewallIDs(JSONObject):
NOTE: This feature may not currently be available to all users.
"""

include_none_values = True

vpc_interface: Optional[int] = None
public_interface: Optional[int] = None
linode: Optional[int] = None
Expand Down