Skip to content

Latest commit

 

History

History
82 lines (45 loc) · 2.39 KB

ResolvedTitle.md

File metadata and controls

82 lines (45 loc) · 2.39 KB

ResolvedTitle

Properties

Name Type Description Notes
Elements Pointer to []ResolvedUIBlockElement [optional]
LinkToReference Pointer to bool [optional]

Methods

NewResolvedTitle

func NewResolvedTitle() *ResolvedTitle

NewResolvedTitle instantiates a new ResolvedTitle 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

NewResolvedTitleWithDefaults

func NewResolvedTitleWithDefaults() *ResolvedTitle

NewResolvedTitleWithDefaults instantiates a new ResolvedTitle 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

GetElements

func (o *ResolvedTitle) GetElements() []ResolvedUIBlockElement

GetElements returns the Elements field if non-nil, zero value otherwise.

GetElementsOk

func (o *ResolvedTitle) GetElementsOk() (*[]ResolvedUIBlockElement, bool)

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

SetElements

func (o *ResolvedTitle) SetElements(v []ResolvedUIBlockElement)

SetElements sets Elements field to given value.

HasElements

func (o *ResolvedTitle) HasElements() bool

HasElements returns a boolean if a field has been set.

GetLinkToReference

func (o *ResolvedTitle) GetLinkToReference() bool

GetLinkToReference returns the LinkToReference field if non-nil, zero value otherwise.

GetLinkToReferenceOk

func (o *ResolvedTitle) GetLinkToReferenceOk() (*bool, bool)

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

SetLinkToReference

func (o *ResolvedTitle) SetLinkToReference(v bool)

SetLinkToReference sets LinkToReference field to given value.

HasLinkToReference

func (o *ResolvedTitle) HasLinkToReference() bool

HasLinkToReference returns a boolean if a field has been set.

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