Skip to content

Latest commit

 

History

History
108 lines (59 loc) · 3.34 KB

File metadata and controls

108 lines (59 loc) · 3.34 KB

ResourceTemplateRepositoryOptions

Properties

Name Type Description Notes
Branch Pointer to string Specify the branch [optional]
DirectoryPath Pointer to string Specify the directory path [optional]
Name Pointer to string Specify the name of the repository [optional]

Methods

NewResourceTemplateRepositoryOptions

func NewResourceTemplateRepositoryOptions() *ResourceTemplateRepositoryOptions

NewResourceTemplateRepositoryOptions instantiates a new ResourceTemplateRepositoryOptions 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

NewResourceTemplateRepositoryOptionsWithDefaults

func NewResourceTemplateRepositoryOptionsWithDefaults() *ResourceTemplateRepositoryOptions

NewResourceTemplateRepositoryOptionsWithDefaults instantiates a new ResourceTemplateRepositoryOptions 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

GetBranch

func (o *ResourceTemplateRepositoryOptions) GetBranch() string

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

GetBranchOk

func (o *ResourceTemplateRepositoryOptions) 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 *ResourceTemplateRepositoryOptions) SetBranch(v string)

SetBranch sets Branch field to given value.

HasBranch

func (o *ResourceTemplateRepositoryOptions) HasBranch() bool

HasBranch returns a boolean if a field has been set.

GetDirectoryPath

func (o *ResourceTemplateRepositoryOptions) GetDirectoryPath() string

GetDirectoryPath returns the DirectoryPath field if non-nil, zero value otherwise.

GetDirectoryPathOk

func (o *ResourceTemplateRepositoryOptions) GetDirectoryPathOk() (*string, bool)

GetDirectoryPathOk returns a tuple with the DirectoryPath field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetDirectoryPath

func (o *ResourceTemplateRepositoryOptions) SetDirectoryPath(v string)

SetDirectoryPath sets DirectoryPath field to given value.

HasDirectoryPath

func (o *ResourceTemplateRepositoryOptions) HasDirectoryPath() bool

HasDirectoryPath returns a boolean if a field has been set.

GetName

func (o *ResourceTemplateRepositoryOptions) GetName() string

GetName returns the Name field if non-nil, zero value otherwise.

GetNameOk

func (o *ResourceTemplateRepositoryOptions) 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.

SetName

func (o *ResourceTemplateRepositoryOptions) SetName(v string)

SetName sets Name field to given value.

HasName

func (o *ResourceTemplateRepositoryOptions) HasName() bool

HasName returns a boolean if a field has been set.

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