Skip to content

Latest commit

 

History

History
92 lines (51 loc) · 3.2 KB

GetLkeClusterAcl200ResponseAllOfAcl.md

File metadata and controls

92 lines (51 loc) · 3.2 KB

GetLkeClusterAcl200ResponseAllOfAcl

Properties

Name Type Description Notes
Addresses Pointer to GetLkeClusterAcl200ResponseAllOfAclAddresses [optional]
RevisionId Pointer to interface{} [optional]

Methods

NewGetLkeClusterAcl200ResponseAllOfAcl

func NewGetLkeClusterAcl200ResponseAllOfAcl() *GetLkeClusterAcl200ResponseAllOfAcl

NewGetLkeClusterAcl200ResponseAllOfAcl instantiates a new GetLkeClusterAcl200ResponseAllOfAcl 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

NewGetLkeClusterAcl200ResponseAllOfAclWithDefaults

func NewGetLkeClusterAcl200ResponseAllOfAclWithDefaults() *GetLkeClusterAcl200ResponseAllOfAcl

NewGetLkeClusterAcl200ResponseAllOfAclWithDefaults instantiates a new GetLkeClusterAcl200ResponseAllOfAcl 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

GetAddresses

func (o *GetLkeClusterAcl200ResponseAllOfAcl) GetAddresses() GetLkeClusterAcl200ResponseAllOfAclAddresses

GetAddresses returns the Addresses field if non-nil, zero value otherwise.

GetAddressesOk

func (o *GetLkeClusterAcl200ResponseAllOfAcl) GetAddressesOk() (*GetLkeClusterAcl200ResponseAllOfAclAddresses, bool)

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

SetAddresses

func (o *GetLkeClusterAcl200ResponseAllOfAcl) SetAddresses(v GetLkeClusterAcl200ResponseAllOfAclAddresses)

SetAddresses sets Addresses field to given value.

HasAddresses

func (o *GetLkeClusterAcl200ResponseAllOfAcl) HasAddresses() bool

HasAddresses returns a boolean if a field has been set.

GetRevisionId

func (o *GetLkeClusterAcl200ResponseAllOfAcl) GetRevisionId() interface{}

GetRevisionId returns the RevisionId field if non-nil, zero value otherwise.

GetRevisionIdOk

func (o *GetLkeClusterAcl200ResponseAllOfAcl) GetRevisionIdOk() (*interface{}, bool)

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

SetRevisionId

func (o *GetLkeClusterAcl200ResponseAllOfAcl) SetRevisionId(v interface{})

SetRevisionId sets RevisionId field to given value.

HasRevisionId

func (o *GetLkeClusterAcl200ResponseAllOfAcl) HasRevisionId() bool

HasRevisionId returns a boolean if a field has been set.

SetRevisionIdNil

func (o *GetLkeClusterAcl200ResponseAllOfAcl) SetRevisionIdNil(b bool)

SetRevisionIdNil sets the value for RevisionId to be an explicit nil

UnsetRevisionId

func (o *GetLkeClusterAcl200ResponseAllOfAcl) UnsetRevisionId()

UnsetRevisionId ensures that no value is present for RevisionId, not even an explicit nil

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