Name | Type | Description | Notes |
---|---|---|---|
Title | Pointer to string | [optional] | |
Background | Pointer to string | [optional] | |
CancelUrl | string | ||
Layout | ContextualFlowInfoLayoutEnum |
func NewContextualFlowInfo(cancelUrl string, layout ContextualFlowInfoLayoutEnum, ) *ContextualFlowInfo
NewContextualFlowInfo instantiates a new ContextualFlowInfo 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 NewContextualFlowInfoWithDefaults() *ContextualFlowInfo
NewContextualFlowInfoWithDefaults instantiates a new ContextualFlowInfo 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 *ContextualFlowInfo) GetTitle() string
GetTitle returns the Title field if non-nil, zero value otherwise.
func (o *ContextualFlowInfo) GetTitleOk() (*string, bool)
GetTitleOk returns a tuple with the Title field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ContextualFlowInfo) SetTitle(v string)
SetTitle sets Title field to given value.
func (o *ContextualFlowInfo) HasTitle() bool
HasTitle returns a boolean if a field has been set.
func (o *ContextualFlowInfo) GetBackground() string
GetBackground returns the Background field if non-nil, zero value otherwise.
func (o *ContextualFlowInfo) GetBackgroundOk() (*string, bool)
GetBackgroundOk returns a tuple with the Background field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ContextualFlowInfo) SetBackground(v string)
SetBackground sets Background field to given value.
func (o *ContextualFlowInfo) HasBackground() bool
HasBackground returns a boolean if a field has been set.
func (o *ContextualFlowInfo) GetCancelUrl() string
GetCancelUrl returns the CancelUrl field if non-nil, zero value otherwise.
func (o *ContextualFlowInfo) GetCancelUrlOk() (*string, bool)
GetCancelUrlOk returns a tuple with the CancelUrl field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ContextualFlowInfo) SetCancelUrl(v string)
SetCancelUrl sets CancelUrl field to given value.
func (o *ContextualFlowInfo) GetLayout() ContextualFlowInfoLayoutEnum
GetLayout returns the Layout field if non-nil, zero value otherwise.
func (o *ContextualFlowInfo) GetLayoutOk() (*ContextualFlowInfoLayoutEnum, bool)
GetLayoutOk returns a tuple with the Layout field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ContextualFlowInfo) SetLayout(v ContextualFlowInfoLayoutEnum)
SetLayout sets Layout field to given value.