| Name | Type | Description | Notes |
|---|---|---|---|
| Inline | string | inline override template |
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
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
func (o *InlineOverrideTemplate) GetInline() string
GetInline returns the Inline field if non-nil, zero value otherwise.
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.
func (o *InlineOverrideTemplate) SetInline(v string)
SetInline sets Inline field to given value.