Skip to content

Latest commit

 

History

History
140 lines (75 loc) · 4.52 KB

LifecycleTemplateResponseVariablesInner.md

File metadata and controls

140 lines (75 loc) · 4.52 KB

LifecycleTemplateResponseVariablesInner

Properties

Name Type Description Notes
Name string
Description string Short description to explain the purpose of the variable
Default string Default value for the variable
IsSecret bool If the variable should be injected as a secret
File Pointer to LifecycleTemplateResponseVariablesInnerFile [optional]

Methods

NewLifecycleTemplateResponseVariablesInner

func NewLifecycleTemplateResponseVariablesInner(name string, description string, default_ string, isSecret bool, ) *LifecycleTemplateResponseVariablesInner

NewLifecycleTemplateResponseVariablesInner instantiates a new LifecycleTemplateResponseVariablesInner 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

NewLifecycleTemplateResponseVariablesInnerWithDefaults

func NewLifecycleTemplateResponseVariablesInnerWithDefaults() *LifecycleTemplateResponseVariablesInner

NewLifecycleTemplateResponseVariablesInnerWithDefaults instantiates a new LifecycleTemplateResponseVariablesInner 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

GetName

func (o *LifecycleTemplateResponseVariablesInner) GetName() string

GetName returns the Name field if non-nil, zero value otherwise.

GetNameOk

func (o *LifecycleTemplateResponseVariablesInner) GetNameOk() (*string, bool)

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

SetName

func (o *LifecycleTemplateResponseVariablesInner) SetName(v string)

SetName sets Name field to given value.

GetDescription

func (o *LifecycleTemplateResponseVariablesInner) GetDescription() string

GetDescription returns the Description field if non-nil, zero value otherwise.

GetDescriptionOk

func (o *LifecycleTemplateResponseVariablesInner) GetDescriptionOk() (*string, bool)

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

SetDescription

func (o *LifecycleTemplateResponseVariablesInner) SetDescription(v string)

SetDescription sets Description field to given value.

GetDefault

func (o *LifecycleTemplateResponseVariablesInner) GetDefault() string

GetDefault returns the Default field if non-nil, zero value otherwise.

GetDefaultOk

func (o *LifecycleTemplateResponseVariablesInner) GetDefaultOk() (*string, bool)

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

SetDefault

func (o *LifecycleTemplateResponseVariablesInner) SetDefault(v string)

SetDefault sets Default field to given value.

GetIsSecret

func (o *LifecycleTemplateResponseVariablesInner) GetIsSecret() bool

GetIsSecret returns the IsSecret field if non-nil, zero value otherwise.

GetIsSecretOk

func (o *LifecycleTemplateResponseVariablesInner) GetIsSecretOk() (*bool, bool)

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

SetIsSecret

func (o *LifecycleTemplateResponseVariablesInner) SetIsSecret(v bool)

SetIsSecret sets IsSecret field to given value.

GetFile

func (o *LifecycleTemplateResponseVariablesInner) GetFile() LifecycleTemplateResponseVariablesInnerFile

GetFile returns the File field if non-nil, zero value otherwise.

GetFileOk

func (o *LifecycleTemplateResponseVariablesInner) GetFileOk() (*LifecycleTemplateResponseVariablesInnerFile, bool)

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

SetFile

func (o *LifecycleTemplateResponseVariablesInner) SetFile(v LifecycleTemplateResponseVariablesInnerFile)

SetFile sets File field to given value.

HasFile

func (o *LifecycleTemplateResponseVariablesInner) HasFile() bool

HasFile returns a boolean if a field has been set.

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