Skip to content

Latest commit

 

History

History
113 lines (62 loc) · 3.71 KB

AdapterHostEthInterfaceResponse.md

File metadata and controls

113 lines (62 loc) · 3.71 KB

AdapterHostEthInterfaceResponse

Properties

Name Type Description Notes
ObjectType string A discriminator value to disambiguate the schema of a HTTP GET response body.
Count Pointer to int32 The total number of 'adapter.HostEthInterface' resources matching the request, accross all pages. The 'Count' attribute is included when the HTTP GET request includes the '$inlinecount' parameter. [optional]
Results Pointer to []MoTagKeySummary [optional]

Methods

NewAdapterHostEthInterfaceResponse

func NewAdapterHostEthInterfaceResponse(objectType string, ) *AdapterHostEthInterfaceResponse

NewAdapterHostEthInterfaceResponse instantiates a new AdapterHostEthInterfaceResponse 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

NewAdapterHostEthInterfaceResponseWithDefaults

func NewAdapterHostEthInterfaceResponseWithDefaults() *AdapterHostEthInterfaceResponse

NewAdapterHostEthInterfaceResponseWithDefaults instantiates a new AdapterHostEthInterfaceResponse 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

GetObjectType

func (o *AdapterHostEthInterfaceResponse) GetObjectType() string

GetObjectType returns the ObjectType field if non-nil, zero value otherwise.

GetObjectTypeOk

func (o *AdapterHostEthInterfaceResponse) GetObjectTypeOk() (*string, bool)

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

SetObjectType

func (o *AdapterHostEthInterfaceResponse) SetObjectType(v string)

SetObjectType sets ObjectType field to given value.

GetCount

func (o *AdapterHostEthInterfaceResponse) GetCount() int32

GetCount returns the Count field if non-nil, zero value otherwise.

GetCountOk

func (o *AdapterHostEthInterfaceResponse) GetCountOk() (*int32, bool)

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

SetCount

func (o *AdapterHostEthInterfaceResponse) SetCount(v int32)

SetCount sets Count field to given value.

HasCount

func (o *AdapterHostEthInterfaceResponse) HasCount() bool

HasCount returns a boolean if a field has been set.

GetResults

func (o *AdapterHostEthInterfaceResponse) GetResults() []MoTagKeySummary

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

GetResultsOk

func (o *AdapterHostEthInterfaceResponse) GetResultsOk() (*[]MoTagKeySummary, 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 *AdapterHostEthInterfaceResponse) SetResults(v []MoTagKeySummary)

SetResults sets Results field to given value.

HasResults

func (o *AdapterHostEthInterfaceResponse) HasResults() bool

HasResults returns a boolean if a field has been set.

SetResultsNil

func (o *AdapterHostEthInterfaceResponse) SetResultsNil(b bool)

SetResultsNil sets the value for Results to be an explicit nil

UnsetResults

func (o *AdapterHostEthInterfaceResponse) UnsetResults()

UnsetResults ensures that no value is present for Results, not even an explicit nil

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