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

2.1 KiB

ApplyLayout200Response

Properties

Name Type Description Notes
Message []string
Layout ClusterLayout

Methods

NewApplyLayout200Response

func NewApplyLayout200Response(message []string, layout ClusterLayout, ) *ApplyLayout200Response

NewApplyLayout200Response instantiates a new ApplyLayout200Response 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

NewApplyLayout200ResponseWithDefaults

func NewApplyLayout200ResponseWithDefaults() *ApplyLayout200Response

NewApplyLayout200ResponseWithDefaults instantiates a new ApplyLayout200Response 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

GetMessage

func (o *ApplyLayout200Response) GetMessage() []string

GetMessage returns the Message field if non-nil, zero value otherwise.

GetMessageOk

func (o *ApplyLayout200Response) GetMessageOk() (*[]string, bool)

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

SetMessage

func (o *ApplyLayout200Response) SetMessage(v []string)

SetMessage sets Message field to given value.

GetLayout

func (o *ApplyLayout200Response) GetLayout() ClusterLayout

GetLayout returns the Layout field if non-nil, zero value otherwise.

GetLayoutOk

func (o *ApplyLayout200Response) GetLayoutOk() (*ClusterLayout, bool)

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

SetLayout

func (o *ApplyLayout200Response) SetLayout(v ClusterLayout)

SetLayout sets Layout field to given value.

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