| Name | Type | Description | Notes |
|---|---|---|---|
| Url | string | ||
| Branch | Pointer to string | [optional] | |
| RootPath | Pointer to string | [optional] | |
| GitTokenId | Pointer to string | [optional] |
func NewTerraformGitRepositoryRequest(url string, ) *TerraformGitRepositoryRequest
NewTerraformGitRepositoryRequest instantiates a new TerraformGitRepositoryRequest 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 NewTerraformGitRepositoryRequestWithDefaults() *TerraformGitRepositoryRequest
NewTerraformGitRepositoryRequestWithDefaults instantiates a new TerraformGitRepositoryRequest 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 *TerraformGitRepositoryRequest) GetUrl() string
GetUrl returns the Url field if non-nil, zero value otherwise.
func (o *TerraformGitRepositoryRequest) 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 *TerraformGitRepositoryRequest) SetUrl(v string)
SetUrl sets Url field to given value.
func (o *TerraformGitRepositoryRequest) GetBranch() string
GetBranch returns the Branch field if non-nil, zero value otherwise.
func (o *TerraformGitRepositoryRequest) 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 *TerraformGitRepositoryRequest) SetBranch(v string)
SetBranch sets Branch field to given value.
func (o *TerraformGitRepositoryRequest) HasBranch() bool
HasBranch returns a boolean if a field has been set.
func (o *TerraformGitRepositoryRequest) GetRootPath() string
GetRootPath returns the RootPath field if non-nil, zero value otherwise.
func (o *TerraformGitRepositoryRequest) 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 *TerraformGitRepositoryRequest) SetRootPath(v string)
SetRootPath sets RootPath field to given value.
func (o *TerraformGitRepositoryRequest) HasRootPath() bool
HasRootPath returns a boolean if a field has been set.
func (o *TerraformGitRepositoryRequest) GetGitTokenId() string
GetGitTokenId returns the GitTokenId field if non-nil, zero value otherwise.
func (o *TerraformGitRepositoryRequest) 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 *TerraformGitRepositoryRequest) SetGitTokenId(v string)
SetGitTokenId sets GitTokenId field to given value.
func (o *TerraformGitRepositoryRequest) HasGitTokenId() bool
HasGitTokenId returns a boolean if a field has been set.