Skip to content

Latest commit

 

History

History
134 lines (73 loc) · 3.8 KB

File metadata and controls

134 lines (73 loc) · 3.8 KB

ProjectBackupRepositoriesInner

Properties

Name Type Description Notes
Name Pointer to string [optional]
GitUrl Pointer to string [optional]
GitBranch Pointer to string [optional]
SshKey Pointer to string [optional]

Methods

NewProjectBackupRepositoriesInner

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

NewProjectBackupRepositoriesInnerWithDefaults

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

GetName

func (o *ProjectBackupRepositoriesInner) GetName() string

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

GetNameOk

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.

SetName

func (o *ProjectBackupRepositoriesInner) SetName(v string)

SetName sets Name field to given value.

HasName

func (o *ProjectBackupRepositoriesInner) HasName() bool

HasName returns a boolean if a field has been set.

GetGitUrl

func (o *ProjectBackupRepositoriesInner) GetGitUrl() string

GetGitUrl returns the GitUrl field if non-nil, zero value otherwise.

GetGitUrlOk

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.

SetGitUrl

func (o *ProjectBackupRepositoriesInner) SetGitUrl(v string)

SetGitUrl sets GitUrl field to given value.

HasGitUrl

func (o *ProjectBackupRepositoriesInner) HasGitUrl() bool

HasGitUrl returns a boolean if a field has been set.

GetGitBranch

func (o *ProjectBackupRepositoriesInner) GetGitBranch() string

GetGitBranch returns the GitBranch field if non-nil, zero value otherwise.

GetGitBranchOk

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.

SetGitBranch

func (o *ProjectBackupRepositoriesInner) SetGitBranch(v string)

SetGitBranch sets GitBranch field to given value.

HasGitBranch

func (o *ProjectBackupRepositoriesInner) HasGitBranch() bool

HasGitBranch returns a boolean if a field has been set.

GetSshKey

func (o *ProjectBackupRepositoriesInner) GetSshKey() string

GetSshKey returns the SshKey field if non-nil, zero value otherwise.

GetSshKeyOk

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.

SetSshKey

func (o *ProjectBackupRepositoriesInner) SetSshKey(v string)

SetSshKey sets SshKey field to given value.

HasSshKey

func (o *ProjectBackupRepositoriesInner) HasSshKey() bool

HasSshKey returns a boolean if a field has been set.

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