Name | Type | Description | Notes |
---|---|---|---|
Id | Pointer to string | [optional] | |
Name | Pointer to NullableString | [optional] | |
Description | Pointer to NullableString | [optional] | |
ApplicationType | Pointer to NullableString | [optional] | |
TemplateType | Pointer to NullableString | [optional] | |
IsStarter | Pointer to bool | [optional] | |
Rules | Pointer to []AccessRule | [optional] | |
Permissions | Pointer to []string | [optional] |
func NewApplicationTemplate() *ApplicationTemplate
NewApplicationTemplate instantiates a new ApplicationTemplate 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 NewApplicationTemplateWithDefaults() *ApplicationTemplate
NewApplicationTemplateWithDefaults instantiates a new ApplicationTemplate 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 *ApplicationTemplate) GetId() string
GetId returns the Id field if non-nil, zero value otherwise.
func (o *ApplicationTemplate) GetIdOk() (*string, bool)
GetIdOk returns a tuple with the Id field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ApplicationTemplate) SetId(v string)
SetId sets Id field to given value.
func (o *ApplicationTemplate) HasId() bool
HasId returns a boolean if a field has been set.
func (o *ApplicationTemplate) GetName() string
GetName returns the Name field if non-nil, zero value otherwise.
func (o *ApplicationTemplate) 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 *ApplicationTemplate) SetName(v string)
SetName sets Name field to given value.
func (o *ApplicationTemplate) HasName() bool
HasName returns a boolean if a field has been set.
func (o *ApplicationTemplate) SetNameNil(b bool)
SetNameNil sets the value for Name to be an explicit nil
func (o *ApplicationTemplate) UnsetName()
UnsetName ensures that no value is present for Name, not even an explicit nil
func (o *ApplicationTemplate) GetDescription() string
GetDescription returns the Description field if non-nil, zero value otherwise.
func (o *ApplicationTemplate) 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 *ApplicationTemplate) SetDescription(v string)
SetDescription sets Description field to given value.
func (o *ApplicationTemplate) HasDescription() bool
HasDescription returns a boolean if a field has been set.
func (o *ApplicationTemplate) SetDescriptionNil(b bool)
SetDescriptionNil sets the value for Description to be an explicit nil
func (o *ApplicationTemplate) UnsetDescription()
UnsetDescription ensures that no value is present for Description, not even an explicit nil
func (o *ApplicationTemplate) GetApplicationType() string
GetApplicationType returns the ApplicationType field if non-nil, zero value otherwise.
func (o *ApplicationTemplate) GetApplicationTypeOk() (*string, bool)
GetApplicationTypeOk returns a tuple with the ApplicationType field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ApplicationTemplate) SetApplicationType(v string)
SetApplicationType sets ApplicationType field to given value.
func (o *ApplicationTemplate) HasApplicationType() bool
HasApplicationType returns a boolean if a field has been set.
func (o *ApplicationTemplate) SetApplicationTypeNil(b bool)
SetApplicationTypeNil sets the value for ApplicationType to be an explicit nil
func (o *ApplicationTemplate) UnsetApplicationType()
UnsetApplicationType ensures that no value is present for ApplicationType, not even an explicit nil
func (o *ApplicationTemplate) GetTemplateType() string
GetTemplateType returns the TemplateType field if non-nil, zero value otherwise.
func (o *ApplicationTemplate) GetTemplateTypeOk() (*string, bool)
GetTemplateTypeOk returns a tuple with the TemplateType field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ApplicationTemplate) SetTemplateType(v string)
SetTemplateType sets TemplateType field to given value.
func (o *ApplicationTemplate) HasTemplateType() bool
HasTemplateType returns a boolean if a field has been set.
func (o *ApplicationTemplate) SetTemplateTypeNil(b bool)
SetTemplateTypeNil sets the value for TemplateType to be an explicit nil
func (o *ApplicationTemplate) UnsetTemplateType()
UnsetTemplateType ensures that no value is present for TemplateType, not even an explicit nil
func (o *ApplicationTemplate) GetIsStarter() bool
GetIsStarter returns the IsStarter field if non-nil, zero value otherwise.
func (o *ApplicationTemplate) GetIsStarterOk() (*bool, bool)
GetIsStarterOk returns a tuple with the IsStarter field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ApplicationTemplate) SetIsStarter(v bool)
SetIsStarter sets IsStarter field to given value.
func (o *ApplicationTemplate) HasIsStarter() bool
HasIsStarter returns a boolean if a field has been set.
func (o *ApplicationTemplate) GetRules() []AccessRule
GetRules returns the Rules field if non-nil, zero value otherwise.
func (o *ApplicationTemplate) GetRulesOk() (*[]AccessRule, bool)
GetRulesOk returns a tuple with the Rules field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ApplicationTemplate) SetRules(v []AccessRule)
SetRules sets Rules field to given value.
func (o *ApplicationTemplate) HasRules() bool
HasRules returns a boolean if a field has been set.
func (o *ApplicationTemplate) SetRulesNil(b bool)
SetRulesNil sets the value for Rules to be an explicit nil
func (o *ApplicationTemplate) UnsetRules()
UnsetRules ensures that no value is present for Rules, not even an explicit nil
func (o *ApplicationTemplate) GetPermissions() []string
GetPermissions returns the Permissions field if non-nil, zero value otherwise.
func (o *ApplicationTemplate) GetPermissionsOk() (*[]string, bool)
GetPermissionsOk returns a tuple with the Permissions field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ApplicationTemplate) SetPermissions(v []string)
SetPermissions sets Permissions field to given value.
func (o *ApplicationTemplate) HasPermissions() bool
HasPermissions returns a boolean if a field has been set.
func (o *ApplicationTemplate) SetPermissionsNil(b bool)
SetPermissionsNil sets the value for Permissions to be an explicit nil
func (o *ApplicationTemplate) UnsetPermissions()
UnsetPermissions ensures that no value is present for Permissions, not even an explicit nil