Skip to content

Latest commit

 

History

History
51 lines (28 loc) · 1.56 KB

File metadata and controls

51 lines (28 loc) · 1.56 KB

InlineOverrideTemplate

Properties

Name Type Description Notes
Inline string inline override template

Methods

NewInlineOverrideTemplate

func NewInlineOverrideTemplate(inline string, ) *InlineOverrideTemplate

NewInlineOverrideTemplate instantiates a new InlineOverrideTemplate 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

NewInlineOverrideTemplateWithDefaults

func NewInlineOverrideTemplateWithDefaults() *InlineOverrideTemplate

NewInlineOverrideTemplateWithDefaults instantiates a new InlineOverrideTemplate 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

GetInline

func (o *InlineOverrideTemplate) GetInline() string

GetInline returns the Inline field if non-nil, zero value otherwise.

GetInlineOk

func (o *InlineOverrideTemplate) GetInlineOk() (*string, bool)

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

SetInline

func (o *InlineOverrideTemplate) SetInline(v string)

SetInline sets Inline field to given value.

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