| Name | Type | Description | Notes |
|---|---|---|---|
| Kind | PersesLayoutKind | ||
| Spec | PersesLayoutSpec |
func NewPersesLayout(kind PersesLayoutKind, spec PersesLayoutSpec, ) *PersesLayout
NewPersesLayout instantiates a new PersesLayout 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 NewPersesLayoutWithDefaults() *PersesLayout
NewPersesLayoutWithDefaults instantiates a new PersesLayout 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 *PersesLayout) GetKind() PersesLayoutKind
GetKind returns the Kind field if non-nil, zero value otherwise.
func (o *PersesLayout) GetKindOk() (*PersesLayoutKind, bool)
GetKindOk returns a tuple with the Kind field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *PersesLayout) SetKind(v PersesLayoutKind)
SetKind sets Kind field to given value.
func (o *PersesLayout) GetSpec() PersesLayoutSpec
GetSpec returns the Spec field if non-nil, zero value otherwise.
func (o *PersesLayout) GetSpecOk() (*PersesLayoutSpec, bool)
GetSpecOk returns a tuple with the Spec field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *PersesLayout) SetSpec(v PersesLayoutSpec)
SetSpec sets Spec field to given value.