Skip to content

Latest commit

 

History

History
129 lines (70 loc) · 3.68 KB

File metadata and controls

129 lines (70 loc) · 3.68 KB

TerraformGitRepositoryRequest

Properties

Name Type Description Notes
Url string
Branch Pointer to string [optional]
RootPath Pointer to string [optional]
GitTokenId Pointer to string [optional]

Methods

NewTerraformGitRepositoryRequest

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

NewTerraformGitRepositoryRequestWithDefaults

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

GetUrl

func (o *TerraformGitRepositoryRequest) GetUrl() string

GetUrl returns the Url field if non-nil, zero value otherwise.

GetUrlOk

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.

SetUrl

func (o *TerraformGitRepositoryRequest) SetUrl(v string)

SetUrl sets Url field to given value.

GetBranch

func (o *TerraformGitRepositoryRequest) GetBranch() string

GetBranch returns the Branch field if non-nil, zero value otherwise.

GetBranchOk

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.

SetBranch

func (o *TerraformGitRepositoryRequest) SetBranch(v string)

SetBranch sets Branch field to given value.

HasBranch

func (o *TerraformGitRepositoryRequest) HasBranch() bool

HasBranch returns a boolean if a field has been set.

GetRootPath

func (o *TerraformGitRepositoryRequest) GetRootPath() string

GetRootPath returns the RootPath field if non-nil, zero value otherwise.

GetRootPathOk

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.

SetRootPath

func (o *TerraformGitRepositoryRequest) SetRootPath(v string)

SetRootPath sets RootPath field to given value.

HasRootPath

func (o *TerraformGitRepositoryRequest) HasRootPath() bool

HasRootPath returns a boolean if a field has been set.

GetGitTokenId

func (o *TerraformGitRepositoryRequest) GetGitTokenId() string

GetGitTokenId returns the GitTokenId field if non-nil, zero value otherwise.

GetGitTokenIdOk

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.

SetGitTokenId

func (o *TerraformGitRepositoryRequest) SetGitTokenId(v string)

SetGitTokenId sets GitTokenId field to given value.

HasGitTokenId

func (o *TerraformGitRepositoryRequest) HasGitTokenId() bool

HasGitTokenId returns a boolean if a field has been set.

[Back to Model list] [Back to API list] [Back to README]