Name | Type | Description | Notes |
---|---|---|---|
OpenLeadership | Pointer to []int32 | [optional] |
func NewLeadershipConfigPart() *LeadershipConfigPart
NewLeadershipConfigPart instantiates a new LeadershipConfigPart 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
func NewLeadershipConfigPartWithDefaults() *LeadershipConfigPart
NewLeadershipConfigPartWithDefaults instantiates a new LeadershipConfigPart 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
func (o *LeadershipConfigPart) GetOpenLeadership() []int32
GetOpenLeadership returns the OpenLeadership field if non-nil, zero value otherwise.
func (o *LeadershipConfigPart) GetOpenLeadershipOk() (*[]int32, bool)
GetOpenLeadershipOk returns a tuple with the OpenLeadership field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *LeadershipConfigPart) SetOpenLeadership(v []int32)
SetOpenLeadership sets OpenLeadership field to given value.
func (o *LeadershipConfigPart) HasOpenLeadership() bool
HasOpenLeadership returns a boolean if a field has been set.