Skip to content

Latest commit

 

History

History
316 lines (171 loc) · 8.99 KB

File metadata and controls

316 lines (171 loc) · 8.99 KB

ProjectBackupTemplatesInner

Properties

Name Type Description Notes
Inventory Pointer to string [optional]
Repository Pointer to string [optional]
Environment Pointer to string [optional]
View Pointer to string [optional]
Name Pointer to string [optional]
Playbook Pointer to string [optional]
Description Pointer to string [optional]
AllowOverrideArgsInTask Pointer to bool [optional]
SuppressSuccessAlerts Pointer to bool [optional]
Autorun Pointer to bool [optional]
Type Pointer to string [optional]

Methods

NewProjectBackupTemplatesInner

func NewProjectBackupTemplatesInner() *ProjectBackupTemplatesInner

NewProjectBackupTemplatesInner instantiates a new ProjectBackupTemplatesInner 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

NewProjectBackupTemplatesInnerWithDefaults

func NewProjectBackupTemplatesInnerWithDefaults() *ProjectBackupTemplatesInner

NewProjectBackupTemplatesInnerWithDefaults instantiates a new ProjectBackupTemplatesInner 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

GetInventory

func (o *ProjectBackupTemplatesInner) GetInventory() string

GetInventory returns the Inventory field if non-nil, zero value otherwise.

GetInventoryOk

func (o *ProjectBackupTemplatesInner) GetInventoryOk() (*string, bool)

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

SetInventory

func (o *ProjectBackupTemplatesInner) SetInventory(v string)

SetInventory sets Inventory field to given value.

HasInventory

func (o *ProjectBackupTemplatesInner) HasInventory() bool

HasInventory returns a boolean if a field has been set.

GetRepository

func (o *ProjectBackupTemplatesInner) GetRepository() string

GetRepository returns the Repository field if non-nil, zero value otherwise.

GetRepositoryOk

func (o *ProjectBackupTemplatesInner) GetRepositoryOk() (*string, bool)

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

SetRepository

func (o *ProjectBackupTemplatesInner) SetRepository(v string)

SetRepository sets Repository field to given value.

HasRepository

func (o *ProjectBackupTemplatesInner) HasRepository() bool

HasRepository returns a boolean if a field has been set.

GetEnvironment

func (o *ProjectBackupTemplatesInner) GetEnvironment() string

GetEnvironment returns the Environment field if non-nil, zero value otherwise.

GetEnvironmentOk

func (o *ProjectBackupTemplatesInner) GetEnvironmentOk() (*string, bool)

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

SetEnvironment

func (o *ProjectBackupTemplatesInner) SetEnvironment(v string)

SetEnvironment sets Environment field to given value.

HasEnvironment

func (o *ProjectBackupTemplatesInner) HasEnvironment() bool

HasEnvironment returns a boolean if a field has been set.

GetView

func (o *ProjectBackupTemplatesInner) GetView() string

GetView returns the View field if non-nil, zero value otherwise.

GetViewOk

func (o *ProjectBackupTemplatesInner) GetViewOk() (*string, bool)

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

SetView

func (o *ProjectBackupTemplatesInner) SetView(v string)

SetView sets View field to given value.

HasView

func (o *ProjectBackupTemplatesInner) HasView() bool

HasView returns a boolean if a field has been set.

GetName

func (o *ProjectBackupTemplatesInner) GetName() string

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

GetNameOk

func (o *ProjectBackupTemplatesInner) 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 *ProjectBackupTemplatesInner) SetName(v string)

SetName sets Name field to given value.

HasName

func (o *ProjectBackupTemplatesInner) HasName() bool

HasName returns a boolean if a field has been set.

GetPlaybook

func (o *ProjectBackupTemplatesInner) GetPlaybook() string

GetPlaybook returns the Playbook field if non-nil, zero value otherwise.

GetPlaybookOk

func (o *ProjectBackupTemplatesInner) GetPlaybookOk() (*string, bool)

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

SetPlaybook

func (o *ProjectBackupTemplatesInner) SetPlaybook(v string)

SetPlaybook sets Playbook field to given value.

HasPlaybook

func (o *ProjectBackupTemplatesInner) HasPlaybook() bool

HasPlaybook returns a boolean if a field has been set.

GetDescription

func (o *ProjectBackupTemplatesInner) GetDescription() string

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

GetDescriptionOk

func (o *ProjectBackupTemplatesInner) 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 *ProjectBackupTemplatesInner) SetDescription(v string)

SetDescription sets Description field to given value.

HasDescription

func (o *ProjectBackupTemplatesInner) HasDescription() bool

HasDescription returns a boolean if a field has been set.

GetAllowOverrideArgsInTask

func (o *ProjectBackupTemplatesInner) GetAllowOverrideArgsInTask() bool

GetAllowOverrideArgsInTask returns the AllowOverrideArgsInTask field if non-nil, zero value otherwise.

GetAllowOverrideArgsInTaskOk

func (o *ProjectBackupTemplatesInner) GetAllowOverrideArgsInTaskOk() (*bool, bool)

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

SetAllowOverrideArgsInTask

func (o *ProjectBackupTemplatesInner) SetAllowOverrideArgsInTask(v bool)

SetAllowOverrideArgsInTask sets AllowOverrideArgsInTask field to given value.

HasAllowOverrideArgsInTask

func (o *ProjectBackupTemplatesInner) HasAllowOverrideArgsInTask() bool

HasAllowOverrideArgsInTask returns a boolean if a field has been set.

GetSuppressSuccessAlerts

func (o *ProjectBackupTemplatesInner) GetSuppressSuccessAlerts() bool

GetSuppressSuccessAlerts returns the SuppressSuccessAlerts field if non-nil, zero value otherwise.

GetSuppressSuccessAlertsOk

func (o *ProjectBackupTemplatesInner) GetSuppressSuccessAlertsOk() (*bool, bool)

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

SetSuppressSuccessAlerts

func (o *ProjectBackupTemplatesInner) SetSuppressSuccessAlerts(v bool)

SetSuppressSuccessAlerts sets SuppressSuccessAlerts field to given value.

HasSuppressSuccessAlerts

func (o *ProjectBackupTemplatesInner) HasSuppressSuccessAlerts() bool

HasSuppressSuccessAlerts returns a boolean if a field has been set.

GetAutorun

func (o *ProjectBackupTemplatesInner) GetAutorun() bool

GetAutorun returns the Autorun field if non-nil, zero value otherwise.

GetAutorunOk

func (o *ProjectBackupTemplatesInner) GetAutorunOk() (*bool, bool)

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

SetAutorun

func (o *ProjectBackupTemplatesInner) SetAutorun(v bool)

SetAutorun sets Autorun field to given value.

HasAutorun

func (o *ProjectBackupTemplatesInner) HasAutorun() bool

HasAutorun returns a boolean if a field has been set.

GetType

func (o *ProjectBackupTemplatesInner) GetType() string

GetType returns the Type field if non-nil, zero value otherwise.

GetTypeOk

func (o *ProjectBackupTemplatesInner) GetTypeOk() (*string, bool)

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

SetType

func (o *ProjectBackupTemplatesInner) SetType(v string)

SetType sets Type field to given value.

HasType

func (o *ProjectBackupTemplatesInner) HasType() bool

HasType returns a boolean if a field has been set.

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