| Name | Type | Description | Notes |
|---|---|---|---|
| Id | Pointer to int32 | [optional] | |
| Name | Pointer to string | [optional] | |
| ProjectId | Pointer to int32 | [optional] | |
| GitUrl | Pointer to string | [optional] | |
| GitBranch | Pointer to string | [optional] | |
| SshKeyId | Pointer to int32 | [optional] |
func NewRepository() *Repository
NewRepository instantiates a new Repository 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 NewRepositoryWithDefaults() *Repository
NewRepositoryWithDefaults instantiates a new Repository 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 *Repository) GetId() int32
GetId returns the Id field if non-nil, zero value otherwise.
func (o *Repository) GetIdOk() (*int32, bool)
GetIdOk returns a tuple with the Id field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *Repository) SetId(v int32)
SetId sets Id field to given value.
func (o *Repository) HasId() bool
HasId returns a boolean if a field has been set.
func (o *Repository) GetName() string
GetName returns the Name field if non-nil, zero value otherwise.
func (o *Repository) 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 *Repository) SetName(v string)
SetName sets Name field to given value.
func (o *Repository) HasName() bool
HasName returns a boolean if a field has been set.
func (o *Repository) GetProjectId() int32
GetProjectId returns the ProjectId field if non-nil, zero value otherwise.
func (o *Repository) GetProjectIdOk() (*int32, bool)
GetProjectIdOk returns a tuple with the ProjectId field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *Repository) SetProjectId(v int32)
SetProjectId sets ProjectId field to given value.
func (o *Repository) HasProjectId() bool
HasProjectId returns a boolean if a field has been set.
func (o *Repository) GetGitUrl() string
GetGitUrl returns the GitUrl field if non-nil, zero value otherwise.
func (o *Repository) 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 *Repository) SetGitUrl(v string)
SetGitUrl sets GitUrl field to given value.
func (o *Repository) HasGitUrl() bool
HasGitUrl returns a boolean if a field has been set.
func (o *Repository) GetGitBranch() string
GetGitBranch returns the GitBranch field if non-nil, zero value otherwise.
func (o *Repository) 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 *Repository) SetGitBranch(v string)
SetGitBranch sets GitBranch field to given value.
func (o *Repository) HasGitBranch() bool
HasGitBranch returns a boolean if a field has been set.
func (o *Repository) GetSshKeyId() int32
GetSshKeyId returns the SshKeyId field if non-nil, zero value otherwise.
func (o *Repository) GetSshKeyIdOk() (*int32, bool)
GetSshKeyIdOk returns a tuple with the SshKeyId field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *Repository) SetSshKeyId(v int32)
SetSshKeyId sets SshKeyId field to given value.
func (o *Repository) HasSshKeyId() bool
HasSshKeyId returns a boolean if a field has been set.