Name | Type | Description | Notes |
---|---|---|---|
Type | string | ||
Style | Pointer to string | [optional] | |
Children | ContentKitLinkChildren | ||
Target | ContentKitLinkTarget |
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
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
func (o *ContentKitTextChildrenOneOfInner) GetType() string
GetType returns the Type field if non-nil, zero value otherwise.
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.
func (o *ContentKitTextChildrenOneOfInner) SetType(v string)
SetType sets Type field to given value.
func (o *ContentKitTextChildrenOneOfInner) GetStyle() string
GetStyle returns the Style field if non-nil, zero value otherwise.
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.
func (o *ContentKitTextChildrenOneOfInner) SetStyle(v string)
SetStyle sets Style field to given value.
func (o *ContentKitTextChildrenOneOfInner) HasStyle() bool
HasStyle returns a boolean if a field has been set.
func (o *ContentKitTextChildrenOneOfInner) GetChildren() ContentKitLinkChildren
GetChildren returns the Children field if non-nil, zero value otherwise.
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.
func (o *ContentKitTextChildrenOneOfInner) SetChildren(v ContentKitLinkChildren)
SetChildren sets Children field to given value.
func (o *ContentKitTextChildrenOneOfInner) GetTarget() ContentKitLinkTarget
GetTarget returns the Target field if non-nil, zero value otherwise.
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.
func (o *ContentKitTextChildrenOneOfInner) SetTarget(v ContentKitLinkTarget)
SetTarget sets Target field to given value.