Name | Type | Description | Notes |
---|---|---|---|
HasAccess | Pointer to bool | [optional] | |
Provider | GitProviderEnum | ||
Owner | string | ||
Url | string | ||
Name | string | repository name | |
Branch | Pointer to string | [optional] | |
RootPath | Pointer to string | [optional] | |
DeployedCommitId | Pointer to string | Git commit ID corresponding to the deployed version of the app | [optional] |
DeployedCommitDate | Pointer to time.Time | Git commit date corresponding to the deployed version of the app | [optional] [readonly] |
DeployedCommitContributor | Pointer to string | Git commit user corresponding to the deployed version of the app | [optional] |
DeployedCommitTag | Pointer to string | [optional] | |
GitTokenId | Pointer to NullableString | [optional] | |
GitTokenName | Pointer to NullableString | [optional] |
func NewApplicationGitRepository(provider GitProviderEnum, owner string, url string, name string, ) *ApplicationGitRepository
NewApplicationGitRepository instantiates a new ApplicationGitRepository 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 NewApplicationGitRepositoryWithDefaults() *ApplicationGitRepository
NewApplicationGitRepositoryWithDefaults instantiates a new ApplicationGitRepository 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 *ApplicationGitRepository) GetHasAccess() bool
GetHasAccess returns the HasAccess field if non-nil, zero value otherwise.
func (o *ApplicationGitRepository) GetHasAccessOk() (*bool, bool)
GetHasAccessOk returns a tuple with the HasAccess field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ApplicationGitRepository) SetHasAccess(v bool)
SetHasAccess sets HasAccess field to given value.
func (o *ApplicationGitRepository) HasHasAccess() bool
HasHasAccess returns a boolean if a field has been set.
func (o *ApplicationGitRepository) GetProvider() GitProviderEnum
GetProvider returns the Provider field if non-nil, zero value otherwise.
func (o *ApplicationGitRepository) GetProviderOk() (*GitProviderEnum, bool)
GetProviderOk returns a tuple with the Provider field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ApplicationGitRepository) SetProvider(v GitProviderEnum)
SetProvider sets Provider field to given value.
func (o *ApplicationGitRepository) GetOwner() string
GetOwner returns the Owner field if non-nil, zero value otherwise.
func (o *ApplicationGitRepository) GetOwnerOk() (*string, bool)
GetOwnerOk returns a tuple with the Owner field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ApplicationGitRepository) SetOwner(v string)
SetOwner sets Owner field to given value.
func (o *ApplicationGitRepository) GetUrl() string
GetUrl returns the Url field if non-nil, zero value otherwise.
func (o *ApplicationGitRepository) GetUrlOk() (*string, bool)
GetUrlOk returns a tuple with the Url field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ApplicationGitRepository) SetUrl(v string)
SetUrl sets Url field to given value.
func (o *ApplicationGitRepository) GetName() string
GetName returns the Name field if non-nil, zero value otherwise.
func (o *ApplicationGitRepository) 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 *ApplicationGitRepository) SetName(v string)
SetName sets Name field to given value.
func (o *ApplicationGitRepository) GetBranch() string
GetBranch returns the Branch field if non-nil, zero value otherwise.
func (o *ApplicationGitRepository) GetBranchOk() (*string, bool)
GetBranchOk returns a tuple with the Branch field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ApplicationGitRepository) SetBranch(v string)
SetBranch sets Branch field to given value.
func (o *ApplicationGitRepository) HasBranch() bool
HasBranch returns a boolean if a field has been set.
func (o *ApplicationGitRepository) GetRootPath() string
GetRootPath returns the RootPath field if non-nil, zero value otherwise.
func (o *ApplicationGitRepository) GetRootPathOk() (*string, bool)
GetRootPathOk returns a tuple with the RootPath field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ApplicationGitRepository) SetRootPath(v string)
SetRootPath sets RootPath field to given value.
func (o *ApplicationGitRepository) HasRootPath() bool
HasRootPath returns a boolean if a field has been set.
func (o *ApplicationGitRepository) GetDeployedCommitId() string
GetDeployedCommitId returns the DeployedCommitId field if non-nil, zero value otherwise.
func (o *ApplicationGitRepository) GetDeployedCommitIdOk() (*string, bool)
GetDeployedCommitIdOk returns a tuple with the DeployedCommitId field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ApplicationGitRepository) SetDeployedCommitId(v string)
SetDeployedCommitId sets DeployedCommitId field to given value.
func (o *ApplicationGitRepository) HasDeployedCommitId() bool
HasDeployedCommitId returns a boolean if a field has been set.
func (o *ApplicationGitRepository) GetDeployedCommitDate() time.Time
GetDeployedCommitDate returns the DeployedCommitDate field if non-nil, zero value otherwise.
func (o *ApplicationGitRepository) GetDeployedCommitDateOk() (*time.Time, bool)
GetDeployedCommitDateOk returns a tuple with the DeployedCommitDate field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ApplicationGitRepository) SetDeployedCommitDate(v time.Time)
SetDeployedCommitDate sets DeployedCommitDate field to given value.
func (o *ApplicationGitRepository) HasDeployedCommitDate() bool
HasDeployedCommitDate returns a boolean if a field has been set.
func (o *ApplicationGitRepository) GetDeployedCommitContributor() string
GetDeployedCommitContributor returns the DeployedCommitContributor field if non-nil, zero value otherwise.
func (o *ApplicationGitRepository) GetDeployedCommitContributorOk() (*string, bool)
GetDeployedCommitContributorOk returns a tuple with the DeployedCommitContributor field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ApplicationGitRepository) SetDeployedCommitContributor(v string)
SetDeployedCommitContributor sets DeployedCommitContributor field to given value.
func (o *ApplicationGitRepository) HasDeployedCommitContributor() bool
HasDeployedCommitContributor returns a boolean if a field has been set.
func (o *ApplicationGitRepository) GetDeployedCommitTag() string
GetDeployedCommitTag returns the DeployedCommitTag field if non-nil, zero value otherwise.
func (o *ApplicationGitRepository) GetDeployedCommitTagOk() (*string, bool)
GetDeployedCommitTagOk returns a tuple with the DeployedCommitTag field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ApplicationGitRepository) SetDeployedCommitTag(v string)
SetDeployedCommitTag sets DeployedCommitTag field to given value.
func (o *ApplicationGitRepository) HasDeployedCommitTag() bool
HasDeployedCommitTag returns a boolean if a field has been set.
func (o *ApplicationGitRepository) GetGitTokenId() string
GetGitTokenId returns the GitTokenId field if non-nil, zero value otherwise.
func (o *ApplicationGitRepository) GetGitTokenIdOk() (*string, bool)
GetGitTokenIdOk returns a tuple with the GitTokenId field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ApplicationGitRepository) SetGitTokenId(v string)
SetGitTokenId sets GitTokenId field to given value.
func (o *ApplicationGitRepository) HasGitTokenId() bool
HasGitTokenId returns a boolean if a field has been set.
func (o *ApplicationGitRepository) SetGitTokenIdNil(b bool)
SetGitTokenIdNil sets the value for GitTokenId to be an explicit nil
func (o *ApplicationGitRepository) UnsetGitTokenId()
UnsetGitTokenId ensures that no value is present for GitTokenId, not even an explicit nil
func (o *ApplicationGitRepository) GetGitTokenName() string
GetGitTokenName returns the GitTokenName field if non-nil, zero value otherwise.
func (o *ApplicationGitRepository) GetGitTokenNameOk() (*string, bool)
GetGitTokenNameOk returns a tuple with the GitTokenName field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ApplicationGitRepository) SetGitTokenName(v string)
SetGitTokenName sets GitTokenName field to given value.
func (o *ApplicationGitRepository) HasGitTokenName() bool
HasGitTokenName returns a boolean if a field has been set.
func (o *ApplicationGitRepository) SetGitTokenNameNil(b bool)
SetGitTokenNameNil sets the value for GitTokenName to be an explicit nil
func (o *ApplicationGitRepository) UnsetGitTokenName()
UnsetGitTokenName ensures that no value is present for GitTokenName, not even an explicit nil