| 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] |
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
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
func (o *ResourceTemplateRepositoryOptions) GetBranch() string
GetBranch returns the Branch field if non-nil, zero value otherwise.
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.
func (o *ResourceTemplateRepositoryOptions) SetBranch(v string)
SetBranch sets Branch field to given value.
func (o *ResourceTemplateRepositoryOptions) HasBranch() bool
HasBranch returns a boolean if a field has been set.
func (o *ResourceTemplateRepositoryOptions) GetDirectoryPath() string
GetDirectoryPath returns the DirectoryPath field if non-nil, zero value otherwise.
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.
func (o *ResourceTemplateRepositoryOptions) SetDirectoryPath(v string)
SetDirectoryPath sets DirectoryPath field to given value.
func (o *ResourceTemplateRepositoryOptions) HasDirectoryPath() bool
HasDirectoryPath returns a boolean if a field has been set.
func (o *ResourceTemplateRepositoryOptions) GetName() string
GetName returns the Name field if non-nil, zero value otherwise.
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.
func (o *ResourceTemplateRepositoryOptions) SetName(v string)
SetName sets Name field to given value.
func (o *ResourceTemplateRepositoryOptions) HasName() bool
HasName returns a boolean if a field has been set.