Skip to content

Latest commit

 

History

History
134 lines (73 loc) · 3.56 KB

ResolvedUIBlockElement.md

File metadata and controls

134 lines (73 loc) · 3.56 KB

ResolvedUIBlockElement

Properties

Name Type Description Notes
IsBold Pointer to bool [optional]
Text Pointer to string [optional]
Url Pointer to string [optional]
IsTimestamp Pointer to bool [optional]

Methods

NewResolvedUIBlockElement

func NewResolvedUIBlockElement() *ResolvedUIBlockElement

NewResolvedUIBlockElement instantiates a new ResolvedUIBlockElement 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

NewResolvedUIBlockElementWithDefaults

func NewResolvedUIBlockElementWithDefaults() *ResolvedUIBlockElement

NewResolvedUIBlockElementWithDefaults instantiates a new ResolvedUIBlockElement 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

GetIsBold

func (o *ResolvedUIBlockElement) GetIsBold() bool

GetIsBold returns the IsBold field if non-nil, zero value otherwise.

GetIsBoldOk

func (o *ResolvedUIBlockElement) GetIsBoldOk() (*bool, bool)

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

SetIsBold

func (o *ResolvedUIBlockElement) SetIsBold(v bool)

SetIsBold sets IsBold field to given value.

HasIsBold

func (o *ResolvedUIBlockElement) HasIsBold() bool

HasIsBold returns a boolean if a field has been set.

GetText

func (o *ResolvedUIBlockElement) GetText() string

GetText returns the Text field if non-nil, zero value otherwise.

GetTextOk

func (o *ResolvedUIBlockElement) GetTextOk() (*string, bool)

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

SetText

func (o *ResolvedUIBlockElement) SetText(v string)

SetText sets Text field to given value.

HasText

func (o *ResolvedUIBlockElement) HasText() bool

HasText returns a boolean if a field has been set.

GetUrl

func (o *ResolvedUIBlockElement) GetUrl() string

GetUrl returns the Url field if non-nil, zero value otherwise.

GetUrlOk

func (o *ResolvedUIBlockElement) GetUrlOk() (*string, bool)

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

SetUrl

func (o *ResolvedUIBlockElement) SetUrl(v string)

SetUrl sets Url field to given value.

HasUrl

func (o *ResolvedUIBlockElement) HasUrl() bool

HasUrl returns a boolean if a field has been set.

GetIsTimestamp

func (o *ResolvedUIBlockElement) GetIsTimestamp() bool

GetIsTimestamp returns the IsTimestamp field if non-nil, zero value otherwise.

GetIsTimestampOk

func (o *ResolvedUIBlockElement) GetIsTimestampOk() (*bool, bool)

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

SetIsTimestamp

func (o *ResolvedUIBlockElement) SetIsTimestamp(v bool)

SetIsTimestamp sets IsTimestamp field to given value.

HasIsTimestamp

func (o *ResolvedUIBlockElement) HasIsTimestamp() bool

HasIsTimestamp returns a boolean if a field has been set.

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