Skip to content

Latest commit

 

History

History
77 lines (42 loc) · 2.36 KB

File metadata and controls

77 lines (42 loc) · 2.36 KB

ResourceRemoteInfoGithubRepo

Properties

Name Type Description Notes
RepoId Pointer to string The id of the repository. [optional]
RepoName string The name of the repository.

Methods

NewResourceRemoteInfoGithubRepo

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

NewResourceRemoteInfoGithubRepoWithDefaults

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

GetRepoId

func (o *ResourceRemoteInfoGithubRepo) GetRepoId() string

GetRepoId returns the RepoId field if non-nil, zero value otherwise.

GetRepoIdOk

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.

SetRepoId

func (o *ResourceRemoteInfoGithubRepo) SetRepoId(v string)

SetRepoId sets RepoId field to given value.

HasRepoId

func (o *ResourceRemoteInfoGithubRepo) HasRepoId() bool

HasRepoId returns a boolean if a field has been set.

GetRepoName

func (o *ResourceRemoteInfoGithubRepo) GetRepoName() string

GetRepoName returns the RepoName field if non-nil, zero value otherwise.

GetRepoNameOk

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.

SetRepoName

func (o *ResourceRemoteInfoGithubRepo) SetRepoName(v string)

SetRepoName sets RepoName field to given value.

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