Skip to content

Latest commit

 

History

History
119 lines (64 loc) · 3.62 KB

ContentKitTextChildrenOneOfInner.md

File metadata and controls

119 lines (64 loc) · 3.62 KB

ContentKitTextChildrenOneOfInner

Properties

Name Type Description Notes
Type string
Style Pointer to string [optional]
Children ContentKitLinkChildren
Target ContentKitLinkTarget

Methods

NewContentKitTextChildrenOneOfInner

func NewContentKitTextChildrenOneOfInner(type_ string, children ContentKitLinkChildren, target ContentKitLinkTarget, ) *ContentKitTextChildrenOneOfInner

NewContentKitTextChildrenOneOfInner instantiates a new ContentKitTextChildrenOneOfInner 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

NewContentKitTextChildrenOneOfInnerWithDefaults

func NewContentKitTextChildrenOneOfInnerWithDefaults() *ContentKitTextChildrenOneOfInner

NewContentKitTextChildrenOneOfInnerWithDefaults instantiates a new ContentKitTextChildrenOneOfInner 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

GetType

func (o *ContentKitTextChildrenOneOfInner) GetType() string

GetType returns the Type field if non-nil, zero value otherwise.

GetTypeOk

func (o *ContentKitTextChildrenOneOfInner) GetTypeOk() (*string, bool)

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

SetType

func (o *ContentKitTextChildrenOneOfInner) SetType(v string)

SetType sets Type field to given value.

GetStyle

func (o *ContentKitTextChildrenOneOfInner) GetStyle() string

GetStyle returns the Style field if non-nil, zero value otherwise.

GetStyleOk

func (o *ContentKitTextChildrenOneOfInner) GetStyleOk() (*string, bool)

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

SetStyle

func (o *ContentKitTextChildrenOneOfInner) SetStyle(v string)

SetStyle sets Style field to given value.

HasStyle

func (o *ContentKitTextChildrenOneOfInner) HasStyle() bool

HasStyle returns a boolean if a field has been set.

GetChildren

func (o *ContentKitTextChildrenOneOfInner) GetChildren() ContentKitLinkChildren

GetChildren returns the Children field if non-nil, zero value otherwise.

GetChildrenOk

func (o *ContentKitTextChildrenOneOfInner) GetChildrenOk() (*ContentKitLinkChildren, bool)

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

SetChildren

func (o *ContentKitTextChildrenOneOfInner) SetChildren(v ContentKitLinkChildren)

SetChildren sets Children field to given value.

GetTarget

func (o *ContentKitTextChildrenOneOfInner) GetTarget() ContentKitLinkTarget

GetTarget returns the Target field if non-nil, zero value otherwise.

GetTargetOk

func (o *ContentKitTextChildrenOneOfInner) GetTargetOk() (*ContentKitLinkTarget, bool)

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

SetTarget

func (o *ContentKitTextChildrenOneOfInner) SetTarget(v ContentKitLinkTarget)

SetTarget sets Target field to given value.

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