Skip to content

Latest commit

 

History

History
186 lines (101 loc) · 5.29 KB

File metadata and controls

186 lines (101 loc) · 5.29 KB

GithubMetadata

Properties

Name Type Description Notes
EnvironmentName Pointer to string [optional]
OrganizationName Pointer to string [optional]
Repository Pointer to string [optional]
RepositoryAccess Pointer to string [optional]
Scope Pointer to string [optional]
SelectedRepositories Pointer to string [optional]

Methods

NewGithubMetadata

func NewGithubMetadata() *GithubMetadata

NewGithubMetadata instantiates a new GithubMetadata 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

NewGithubMetadataWithDefaults

func NewGithubMetadataWithDefaults() *GithubMetadata

NewGithubMetadataWithDefaults instantiates a new GithubMetadata 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

GetEnvironmentName

func (o *GithubMetadata) GetEnvironmentName() string

GetEnvironmentName returns the EnvironmentName field if non-nil, zero value otherwise.

GetEnvironmentNameOk

func (o *GithubMetadata) GetEnvironmentNameOk() (*string, bool)

GetEnvironmentNameOk returns a tuple with the EnvironmentName field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetEnvironmentName

func (o *GithubMetadata) SetEnvironmentName(v string)

SetEnvironmentName sets EnvironmentName field to given value.

HasEnvironmentName

func (o *GithubMetadata) HasEnvironmentName() bool

HasEnvironmentName returns a boolean if a field has been set.

GetOrganizationName

func (o *GithubMetadata) GetOrganizationName() string

GetOrganizationName returns the OrganizationName field if non-nil, zero value otherwise.

GetOrganizationNameOk

func (o *GithubMetadata) GetOrganizationNameOk() (*string, bool)

GetOrganizationNameOk returns a tuple with the OrganizationName field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetOrganizationName

func (o *GithubMetadata) SetOrganizationName(v string)

SetOrganizationName sets OrganizationName field to given value.

HasOrganizationName

func (o *GithubMetadata) HasOrganizationName() bool

HasOrganizationName returns a boolean if a field has been set.

GetRepository

func (o *GithubMetadata) GetRepository() string

GetRepository returns the Repository field if non-nil, zero value otherwise.

GetRepositoryOk

func (o *GithubMetadata) 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.

SetRepository

func (o *GithubMetadata) SetRepository(v string)

SetRepository sets Repository field to given value.

HasRepository

func (o *GithubMetadata) HasRepository() bool

HasRepository returns a boolean if a field has been set.

GetRepositoryAccess

func (o *GithubMetadata) GetRepositoryAccess() string

GetRepositoryAccess returns the RepositoryAccess field if non-nil, zero value otherwise.

GetRepositoryAccessOk

func (o *GithubMetadata) GetRepositoryAccessOk() (*string, bool)

GetRepositoryAccessOk returns a tuple with the RepositoryAccess field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetRepositoryAccess

func (o *GithubMetadata) SetRepositoryAccess(v string)

SetRepositoryAccess sets RepositoryAccess field to given value.

HasRepositoryAccess

func (o *GithubMetadata) HasRepositoryAccess() bool

HasRepositoryAccess returns a boolean if a field has been set.

GetScope

func (o *GithubMetadata) GetScope() string

GetScope returns the Scope field if non-nil, zero value otherwise.

GetScopeOk

func (o *GithubMetadata) GetScopeOk() (*string, bool)

GetScopeOk returns a tuple with the Scope field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetScope

func (o *GithubMetadata) SetScope(v string)

SetScope sets Scope field to given value.

HasScope

func (o *GithubMetadata) HasScope() bool

HasScope returns a boolean if a field has been set.

GetSelectedRepositories

func (o *GithubMetadata) GetSelectedRepositories() string

GetSelectedRepositories returns the SelectedRepositories field if non-nil, zero value otherwise.

GetSelectedRepositoriesOk

func (o *GithubMetadata) GetSelectedRepositoriesOk() (*string, bool)

GetSelectedRepositoriesOk returns a tuple with the SelectedRepositories field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetSelectedRepositories

func (o *GithubMetadata) SetSelectedRepositories(v string)

SetSelectedRepositories sets SelectedRepositories field to given value.

HasSelectedRepositories

func (o *GithubMetadata) HasSelectedRepositories() bool

HasSelectedRepositories returns a boolean if a field has been set.

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