| Name | Type | Description | Notes |
|---|---|---|---|
| Name | Pointer to string | [optional] | |
| GitUrl | Pointer to string | [optional] | |
| GitBranch | Pointer to string | [optional] | |
| SshKey | Pointer to string | [optional] |
func NewProjectBackupRepositoriesInner() *ProjectBackupRepositoriesInner
NewProjectBackupRepositoriesInner instantiates a new ProjectBackupRepositoriesInner 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 NewProjectBackupRepositoriesInnerWithDefaults() *ProjectBackupRepositoriesInner
NewProjectBackupRepositoriesInnerWithDefaults instantiates a new ProjectBackupRepositoriesInner 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 *ProjectBackupRepositoriesInner) GetName() string
GetName returns the Name field if non-nil, zero value otherwise.
func (o *ProjectBackupRepositoriesInner) 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 *ProjectBackupRepositoriesInner) SetName(v string)
SetName sets Name field to given value.
func (o *ProjectBackupRepositoriesInner) HasName() bool
HasName returns a boolean if a field has been set.
func (o *ProjectBackupRepositoriesInner) GetGitUrl() string
GetGitUrl returns the GitUrl field if non-nil, zero value otherwise.
func (o *ProjectBackupRepositoriesInner) GetGitUrlOk() (*string, bool)
GetGitUrlOk returns a tuple with the GitUrl field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ProjectBackupRepositoriesInner) SetGitUrl(v string)
SetGitUrl sets GitUrl field to given value.
func (o *ProjectBackupRepositoriesInner) HasGitUrl() bool
HasGitUrl returns a boolean if a field has been set.
func (o *ProjectBackupRepositoriesInner) GetGitBranch() string
GetGitBranch returns the GitBranch field if non-nil, zero value otherwise.
func (o *ProjectBackupRepositoriesInner) GetGitBranchOk() (*string, bool)
GetGitBranchOk returns a tuple with the GitBranch field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ProjectBackupRepositoriesInner) SetGitBranch(v string)
SetGitBranch sets GitBranch field to given value.
func (o *ProjectBackupRepositoriesInner) HasGitBranch() bool
HasGitBranch returns a boolean if a field has been set.
func (o *ProjectBackupRepositoriesInner) GetSshKey() string
GetSshKey returns the SshKey field if non-nil, zero value otherwise.
func (o *ProjectBackupRepositoriesInner) GetSshKeyOk() (*string, bool)
GetSshKeyOk returns a tuple with the SshKey field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ProjectBackupRepositoriesInner) SetSshKey(v string)
SetSshKey sets SshKey field to given value.
func (o *ProjectBackupRepositoriesInner) HasSshKey() bool
HasSshKey returns a boolean if a field has been set.