Skip to content

Latest commit

 

History

History
72 lines (39 loc) · 1.97 KB

File metadata and controls

72 lines (39 loc) · 1.97 KB

PersesLayout

Properties

Name Type Description Notes
Kind PersesLayoutKind
Spec PersesLayoutSpec

Methods

NewPersesLayout

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

NewPersesLayoutWithDefaults

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

GetKind

func (o *PersesLayout) GetKind() PersesLayoutKind

GetKind returns the Kind field if non-nil, zero value otherwise.

GetKindOk

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.

SetKind

func (o *PersesLayout) SetKind(v PersesLayoutKind)

SetKind sets Kind field to given value.

GetSpec

func (o *PersesLayout) GetSpec() PersesLayoutSpec

GetSpec returns the Spec field if non-nil, zero value otherwise.

GetSpecOk

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.

SetSpec

func (o *PersesLayout) SetSpec(v PersesLayoutSpec)

SetSpec sets Spec field to given value.

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