Skip to content

Latest commit

 

History

History
39 lines (20 loc) · 1.03 KB

ManagerConfig.md

File metadata and controls

39 lines (20 loc) · 1.03 KB

ManagerConfig

Properties

Name Type Description Notes
SchemaVersion Pointer to int32

Methods

GetSchemaVersion

func (o *ManagerConfig) GetSchemaVersion() int32

GetSchemaVersion returns the SchemaVersion field if non-nil, zero value otherwise.

GetSchemaVersionOk

func (o *ManagerConfig) GetSchemaVersionOk() (int32, bool)

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

HasSchemaVersion

func (o *ManagerConfig) HasSchemaVersion() bool

HasSchemaVersion returns a boolean if a field has been set.

SetSchemaVersion

func (o *ManagerConfig) SetSchemaVersion(v int32)

SetSchemaVersion gets a reference to the given int32 and assigns it to the SchemaVersion field.

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