Skip to content

Latest commit

 

History

History
56 lines (31 loc) · 2.09 KB

SupportedKafkaInstanceTypesListAllOf.md

File metadata and controls

56 lines (31 loc) · 2.09 KB

SupportedKafkaInstanceTypesListAllOf

Properties

Name Type Description Notes
InstanceTypes Pointer to []SupportedKafkaInstanceType [optional]

Methods

NewSupportedKafkaInstanceTypesListAllOf

func NewSupportedKafkaInstanceTypesListAllOf() *SupportedKafkaInstanceTypesListAllOf

NewSupportedKafkaInstanceTypesListAllOf instantiates a new SupportedKafkaInstanceTypesListAllOf 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

NewSupportedKafkaInstanceTypesListAllOfWithDefaults

func NewSupportedKafkaInstanceTypesListAllOfWithDefaults() *SupportedKafkaInstanceTypesListAllOf

NewSupportedKafkaInstanceTypesListAllOfWithDefaults instantiates a new SupportedKafkaInstanceTypesListAllOf 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

GetInstanceTypes

func (o *SupportedKafkaInstanceTypesListAllOf) GetInstanceTypes() []SupportedKafkaInstanceType

GetInstanceTypes returns the InstanceTypes field if non-nil, zero value otherwise.

GetInstanceTypesOk

func (o *SupportedKafkaInstanceTypesListAllOf) GetInstanceTypesOk() (*[]SupportedKafkaInstanceType, bool)

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

SetInstanceTypes

func (o *SupportedKafkaInstanceTypesListAllOf) SetInstanceTypes(v []SupportedKafkaInstanceType)

SetInstanceTypes sets InstanceTypes field to given value.

HasInstanceTypes

func (o *SupportedKafkaInstanceTypesListAllOf) HasInstanceTypes() bool

HasInstanceTypes returns a boolean if a field has been set.

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