Skip to content

Latest commit

 

History

History
82 lines (45 loc) · 2.43 KB

EdgeFirewallResponse.md

File metadata and controls

82 lines (45 loc) · 2.43 KB

EdgeFirewallResponse

Properties

Name Type Description Notes
Results Pointer to EdgeFirewall [optional]
SchemaVersion Pointer to float32 [optional]

Methods

NewEdgeFirewallResponse

func NewEdgeFirewallResponse() *EdgeFirewallResponse

NewEdgeFirewallResponse instantiates a new EdgeFirewallResponse object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

NewEdgeFirewallResponseWithDefaults

func NewEdgeFirewallResponseWithDefaults() *EdgeFirewallResponse

NewEdgeFirewallResponseWithDefaults instantiates a new EdgeFirewallResponse object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

GetResults

func (o *EdgeFirewallResponse) GetResults() EdgeFirewall

GetResults returns the Results field if non-nil, zero value otherwise.

GetResultsOk

func (o *EdgeFirewallResponse) GetResultsOk() (*EdgeFirewall, bool)

GetResultsOk returns a tuple with the Results field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetResults

func (o *EdgeFirewallResponse) SetResults(v EdgeFirewall)

SetResults sets Results field to given value.

HasResults

func (o *EdgeFirewallResponse) HasResults() bool

HasResults returns a boolean if a field has been set.

GetSchemaVersion

func (o *EdgeFirewallResponse) GetSchemaVersion() float32

GetSchemaVersion returns the SchemaVersion field if non-nil, zero value otherwise.

GetSchemaVersionOk

func (o *EdgeFirewallResponse) GetSchemaVersionOk() (*float32, bool)

GetSchemaVersionOk returns a tuple with the SchemaVersion field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetSchemaVersion

func (o *EdgeFirewallResponse) SetSchemaVersion(v float32)

SetSchemaVersion sets SchemaVersion field to given value.

HasSchemaVersion

func (o *EdgeFirewallResponse) HasSchemaVersion() bool

HasSchemaVersion returns a boolean if a field has been set.

[Back to Model list] [Back to API list] [Back to README]