garage-admin-sdk-golang/docs/LayoutVersion.md

52 lines
1.4 KiB
Markdown
Raw Permalink Normal View History

2022-11-13 13:22:00 +00:00
# LayoutVersion
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
2023-11-23 09:21:13 +00:00
**Version** | **int32** | |
2022-11-13 13:22:00 +00:00
## Methods
### NewLayoutVersion
2023-11-23 09:21:13 +00:00
`func NewLayoutVersion(version int32, ) *LayoutVersion`
2022-11-13 13:22:00 +00:00
NewLayoutVersion instantiates a new LayoutVersion 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
### NewLayoutVersionWithDefaults
`func NewLayoutVersionWithDefaults() *LayoutVersion`
NewLayoutVersionWithDefaults instantiates a new LayoutVersion 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
### GetVersion
2023-11-23 09:21:13 +00:00
`func (o *LayoutVersion) GetVersion() int32`
2022-11-13 13:22:00 +00:00
GetVersion returns the Version field if non-nil, zero value otherwise.
### GetVersionOk
2023-11-23 09:21:13 +00:00
`func (o *LayoutVersion) GetVersionOk() (*int32, bool)`
2022-11-13 13:22:00 +00:00
GetVersionOk returns a tuple with the Version field if it's non-nil, zero value otherwise
and a boolean to check if the value has been set.
### SetVersion
2023-11-23 09:21:13 +00:00
`func (o *LayoutVersion) SetVersion(v int32)`
2022-11-13 13:22:00 +00:00
SetVersion sets Version field to given value.
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)