| Name | Type | Description | Notes |
|---|---|---|---|
| Path | Pointer to File | [optional] | |
| Repository | Pointer to string | name of the git repository | [optional] |
| Revision | Pointer to string | branch or tag in the git repository | [optional] |
func NewRepoNamespace() *RepoNamespace
NewRepoNamespace instantiates a new RepoNamespace 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 NewRepoNamespaceWithDefaults() *RepoNamespace
NewRepoNamespaceWithDefaults instantiates a new RepoNamespace 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 *RepoNamespace) GetPath() File
GetPath returns the Path field if non-nil, zero value otherwise.
func (o *RepoNamespace) GetPathOk() (*File, bool)
GetPathOk returns a tuple with the Path field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *RepoNamespace) SetPath(v File)
SetPath sets Path field to given value.
func (o *RepoNamespace) HasPath() bool
HasPath returns a boolean if a field has been set.
func (o *RepoNamespace) GetRepository() string
GetRepository returns the Repository field if non-nil, zero value otherwise.
func (o *RepoNamespace) GetRepositoryOk() (*string, bool)
GetRepositoryOk returns a tuple with the Repository field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *RepoNamespace) SetRepository(v string)
SetRepository sets Repository field to given value.
func (o *RepoNamespace) HasRepository() bool
HasRepository returns a boolean if a field has been set.
func (o *RepoNamespace) GetRevision() string
GetRevision returns the Revision field if non-nil, zero value otherwise.
func (o *RepoNamespace) GetRevisionOk() (*string, bool)
GetRevisionOk returns a tuple with the Revision field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *RepoNamespace) SetRevision(v string)
SetRevision sets Revision field to given value.
func (o *RepoNamespace) HasRevision() bool
HasRevision returns a boolean if a field has been set.