Skip to content

Enable include_none_values in FirewallSettingsDefaultFirewallIDs #558

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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