| Name | Type | Description | Notes |
|---|---|---|---|
| RepoId | Pointer to string | The id of the repository. | [optional] |
| RepoName | string | The name of the repository. |
func NewResourceRemoteInfoGithubRepo(repoName string, ) *ResourceRemoteInfoGithubRepo
NewResourceRemoteInfoGithubRepo instantiates a new ResourceRemoteInfoGithubRepo 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 NewResourceRemoteInfoGithubRepoWithDefaults() *ResourceRemoteInfoGithubRepo
NewResourceRemoteInfoGithubRepoWithDefaults instantiates a new ResourceRemoteInfoGithubRepo 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 *ResourceRemoteInfoGithubRepo) GetRepoId() string
GetRepoId returns the RepoId field if non-nil, zero value otherwise.
func (o *ResourceRemoteInfoGithubRepo) GetRepoIdOk() (*string, bool)
GetRepoIdOk returns a tuple with the RepoId field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ResourceRemoteInfoGithubRepo) SetRepoId(v string)
SetRepoId sets RepoId field to given value.
func (o *ResourceRemoteInfoGithubRepo) HasRepoId() bool
HasRepoId returns a boolean if a field has been set.
func (o *ResourceRemoteInfoGithubRepo) GetRepoName() string
GetRepoName returns the RepoName field if non-nil, zero value otherwise.
func (o *ResourceRemoteInfoGithubRepo) GetRepoNameOk() (*string, bool)
GetRepoNameOk returns a tuple with the RepoName field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ResourceRemoteInfoGithubRepo) SetRepoName(v string)
SetRepoName sets RepoName field to given value.