Skip to content

Latest commit

 

History

History
51 lines (28 loc) · 1.54 KB

BrokerConfigDataAllOf.md

File metadata and controls

51 lines (28 loc) · 1.54 KB

BrokerConfigDataAllOf

Properties

Name Type Description Notes
BrokerId int32

Methods

NewBrokerConfigDataAllOf

func NewBrokerConfigDataAllOf(brokerId int32, ) *BrokerConfigDataAllOf

NewBrokerConfigDataAllOf instantiates a new BrokerConfigDataAllOf 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

NewBrokerConfigDataAllOfWithDefaults

func NewBrokerConfigDataAllOfWithDefaults() *BrokerConfigDataAllOf

NewBrokerConfigDataAllOfWithDefaults instantiates a new BrokerConfigDataAllOf 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

GetBrokerId

func (o *BrokerConfigDataAllOf) GetBrokerId() int32

GetBrokerId returns the BrokerId field if non-nil, zero value otherwise.

GetBrokerIdOk

func (o *BrokerConfigDataAllOf) GetBrokerIdOk() (*int32, bool)

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

SetBrokerId

func (o *BrokerConfigDataAllOf) SetBrokerId(v int32)

SetBrokerId sets BrokerId field to given value.

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