Method: Ionoscloud::FirewallruleProperties.openapi_nullable
- Defined in:
- lib/ionoscloud/models/firewallrule_properties.rb
.openapi_nullable ⇒ Object
List of attributes with nullable: true
146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 |
# File 'lib/ionoscloud/models/firewallrule_properties.rb', line 146 def self.openapi_nullable Set.new([ :'icmp_code', :'icmp_type', :'ip_version', :'source_ip', :'source_mac', :'target_ip', ]) end |