| 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] |
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
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
func (o *ProjectBackupTemplatesInner) GetInventory() string
GetInventory returns the Inventory field if non-nil, zero value otherwise.
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.
func (o *ProjectBackupTemplatesInner) SetInventory(v string)
SetInventory sets Inventory field to given value.
func (o *ProjectBackupTemplatesInner) HasInventory() bool
HasInventory returns a boolean if a field has been set.
func (o *ProjectBackupTemplatesInner) GetRepository() string
GetRepository returns the Repository field if non-nil, zero value otherwise.
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.
func (o *ProjectBackupTemplatesInner) SetRepository(v string)
SetRepository sets Repository field to given value.
func (o *ProjectBackupTemplatesInner) HasRepository() bool
HasRepository returns a boolean if a field has been set.
func (o *ProjectBackupTemplatesInner) GetEnvironment() string
GetEnvironment returns the Environment field if non-nil, zero value otherwise.
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.
func (o *ProjectBackupTemplatesInner) SetEnvironment(v string)
SetEnvironment sets Environment field to given value.
func (o *ProjectBackupTemplatesInner) HasEnvironment() bool
HasEnvironment returns a boolean if a field has been set.
func (o *ProjectBackupTemplatesInner) GetView() string
GetView returns the View field if non-nil, zero value otherwise.
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.
func (o *ProjectBackupTemplatesInner) SetView(v string)
SetView sets View field to given value.
func (o *ProjectBackupTemplatesInner) HasView() bool
HasView returns a boolean if a field has been set.
func (o *ProjectBackupTemplatesInner) GetName() string
GetName returns the Name field if non-nil, zero value otherwise.
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.
func (o *ProjectBackupTemplatesInner) SetName(v string)
SetName sets Name field to given value.
func (o *ProjectBackupTemplatesInner) HasName() bool
HasName returns a boolean if a field has been set.
func (o *ProjectBackupTemplatesInner) GetPlaybook() string
GetPlaybook returns the Playbook field if non-nil, zero value otherwise.
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.
func (o *ProjectBackupTemplatesInner) SetPlaybook(v string)
SetPlaybook sets Playbook field to given value.
func (o *ProjectBackupTemplatesInner) HasPlaybook() bool
HasPlaybook returns a boolean if a field has been set.
func (o *ProjectBackupTemplatesInner) GetDescription() string
GetDescription returns the Description field if non-nil, zero value otherwise.
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.
func (o *ProjectBackupTemplatesInner) SetDescription(v string)
SetDescription sets Description field to given value.
func (o *ProjectBackupTemplatesInner) HasDescription() bool
HasDescription returns a boolean if a field has been set.
func (o *ProjectBackupTemplatesInner) GetAllowOverrideArgsInTask() bool
GetAllowOverrideArgsInTask returns the AllowOverrideArgsInTask field if non-nil, zero value otherwise.
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.
func (o *ProjectBackupTemplatesInner) SetAllowOverrideArgsInTask(v bool)
SetAllowOverrideArgsInTask sets AllowOverrideArgsInTask field to given value.
func (o *ProjectBackupTemplatesInner) HasAllowOverrideArgsInTask() bool
HasAllowOverrideArgsInTask returns a boolean if a field has been set.
func (o *ProjectBackupTemplatesInner) GetSuppressSuccessAlerts() bool
GetSuppressSuccessAlerts returns the SuppressSuccessAlerts field if non-nil, zero value otherwise.
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.
func (o *ProjectBackupTemplatesInner) SetSuppressSuccessAlerts(v bool)
SetSuppressSuccessAlerts sets SuppressSuccessAlerts field to given value.
func (o *ProjectBackupTemplatesInner) HasSuppressSuccessAlerts() bool
HasSuppressSuccessAlerts returns a boolean if a field has been set.
func (o *ProjectBackupTemplatesInner) GetAutorun() bool
GetAutorun returns the Autorun field if non-nil, zero value otherwise.
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.
func (o *ProjectBackupTemplatesInner) SetAutorun(v bool)
SetAutorun sets Autorun field to given value.
func (o *ProjectBackupTemplatesInner) HasAutorun() bool
HasAutorun returns a boolean if a field has been set.
func (o *ProjectBackupTemplatesInner) GetType() string
GetType returns the Type field if non-nil, zero value otherwise.
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.
func (o *ProjectBackupTemplatesInner) SetType(v string)
SetType sets Type field to given value.
func (o *ProjectBackupTemplatesInner) HasType() bool
HasType returns a boolean if a field has been set.