Name | Type | Description | Notes |
---|---|---|---|
SchemaVersion | Pointer to int32 |
func (o *ManagerConfig) GetSchemaVersion() int32
GetSchemaVersion returns the SchemaVersion field if non-nil, zero value otherwise.
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.
func (o *ManagerConfig) HasSchemaVersion() bool
HasSchemaVersion returns a boolean if a field has been set.
func (o *ManagerConfig) SetSchemaVersion(v int32)
SetSchemaVersion gets a reference to the given int32 and assigns it to the SchemaVersion field.