Skip to content

Latest commit

 

History

History
56 lines (31 loc) · 1.69 KB

ResolvedContext.md

File metadata and controls

56 lines (31 loc) · 1.69 KB

ResolvedContext

Properties

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

Methods

NewResolvedContext

func NewResolvedContext() *ResolvedContext

NewResolvedContext instantiates a new ResolvedContext 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

NewResolvedContextWithDefaults

func NewResolvedContextWithDefaults() *ResolvedContext

NewResolvedContextWithDefaults instantiates a new ResolvedContext 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 *ResolvedContext) GetElements() []ResolvedUIBlockElement

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

GetElementsOk

func (o *ResolvedContext) 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 *ResolvedContext) SetElements(v []ResolvedUIBlockElement)

SetElements sets Elements field to given value.

HasElements

func (o *ResolvedContext) HasElements() bool

HasElements returns a boolean if a field has been set.

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