Name | Type | Description | Notes |
---|---|---|---|
Url | string | application git repository URL | |
Branch | Pointer to string | Name of the branch to use. This is optional If not specified, then the branch used is the `main` or `master` one | [optional] |
RootPath | Pointer to string | indicates the root path of the application. | [optional] [default to "/"] |
GitTokenId | Pointer to NullableString | The git token id on Qovery side | [optional] |
func NewApplicationGitRepositoryRequest(url string, ) *ApplicationGitRepositoryRequest
NewApplicationGitRepositoryRequest instantiates a new ApplicationGitRepositoryRequest 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 NewApplicationGitRepositoryRequestWithDefaults() *ApplicationGitRepositoryRequest
NewApplicationGitRepositoryRequestWithDefaults instantiates a new ApplicationGitRepositoryRequest 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 *ApplicationGitRepositoryRequest) GetUrl() string
GetUrl returns the Url field if non-nil, zero value otherwise.
func (o *ApplicationGitRepositoryRequest) 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 *ApplicationGitRepositoryRequest) SetUrl(v string)
SetUrl sets Url field to given value.
func (o *ApplicationGitRepositoryRequest) GetBranch() string
GetBranch returns the Branch field if non-nil, zero value otherwise.
func (o *ApplicationGitRepositoryRequest) 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 *ApplicationGitRepositoryRequest) SetBranch(v string)
SetBranch sets Branch field to given value.
func (o *ApplicationGitRepositoryRequest) HasBranch() bool
HasBranch returns a boolean if a field has been set.
func (o *ApplicationGitRepositoryRequest) GetRootPath() string
GetRootPath returns the RootPath field if non-nil, zero value otherwise.
func (o *ApplicationGitRepositoryRequest) 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 *ApplicationGitRepositoryRequest) SetRootPath(v string)
SetRootPath sets RootPath field to given value.
func (o *ApplicationGitRepositoryRequest) HasRootPath() bool
HasRootPath returns a boolean if a field has been set.
func (o *ApplicationGitRepositoryRequest) GetGitTokenId() string
GetGitTokenId returns the GitTokenId field if non-nil, zero value otherwise.
func (o *ApplicationGitRepositoryRequest) 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 *ApplicationGitRepositoryRequest) SetGitTokenId(v string)
SetGitTokenId sets GitTokenId field to given value.
func (o *ApplicationGitRepositoryRequest) HasGitTokenId() bool
HasGitTokenId returns a boolean if a field has been set.
func (o *ApplicationGitRepositoryRequest) SetGitTokenIdNil(b bool)
SetGitTokenIdNil sets the value for GitTokenId to be an explicit nil
func (o *ApplicationGitRepositoryRequest) UnsetGitTokenId()
UnsetGitTokenId ensures that no value is present for GitTokenId, not even an explicit nil