| Name | Type | Description | Notes |
|---|---|---|---|
| Url | string | ||
| Branch | string | ||
| GitTokenId | Pointer to NullableString | Qovery git token id used to clone the repository. Omit it (or send null) for a public repository, which is cloned without credentials. | [optional] |
func NewAgenticWorkflowProjectRepository(url string, branch string, ) *AgenticWorkflowProjectRepository
NewAgenticWorkflowProjectRepository instantiates a new AgenticWorkflowProjectRepository 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 NewAgenticWorkflowProjectRepositoryWithDefaults() *AgenticWorkflowProjectRepository
NewAgenticWorkflowProjectRepositoryWithDefaults instantiates a new AgenticWorkflowProjectRepository 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 *AgenticWorkflowProjectRepository) GetUrl() string
GetUrl returns the Url field if non-nil, zero value otherwise.
func (o *AgenticWorkflowProjectRepository) 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 *AgenticWorkflowProjectRepository) SetUrl(v string)
SetUrl sets Url field to given value.
func (o *AgenticWorkflowProjectRepository) GetBranch() string
GetBranch returns the Branch field if non-nil, zero value otherwise.
func (o *AgenticWorkflowProjectRepository) 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 *AgenticWorkflowProjectRepository) SetBranch(v string)
SetBranch sets Branch field to given value.
func (o *AgenticWorkflowProjectRepository) GetGitTokenId() string
GetGitTokenId returns the GitTokenId field if non-nil, zero value otherwise.
func (o *AgenticWorkflowProjectRepository) 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 *AgenticWorkflowProjectRepository) SetGitTokenId(v string)
SetGitTokenId sets GitTokenId field to given value.
func (o *AgenticWorkflowProjectRepository) HasGitTokenId() bool
HasGitTokenId returns a boolean if a field has been set.
func (o *AgenticWorkflowProjectRepository) SetGitTokenIdNil(b bool)
SetGitTokenIdNil sets the value for GitTokenId to be an explicit nil
func (o *AgenticWorkflowProjectRepository) UnsetGitTokenId()
UnsetGitTokenId ensures that no value is present for GitTokenId, not even an explicit nil