| 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] |
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
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
func (o *GithubMetadata) GetEnvironmentName() string
GetEnvironmentName returns the EnvironmentName field if non-nil, zero value otherwise.
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.
func (o *GithubMetadata) SetEnvironmentName(v string)
SetEnvironmentName sets EnvironmentName field to given value.
func (o *GithubMetadata) HasEnvironmentName() bool
HasEnvironmentName returns a boolean if a field has been set.
func (o *GithubMetadata) GetOrganizationName() string
GetOrganizationName returns the OrganizationName field if non-nil, zero value otherwise.
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.
func (o *GithubMetadata) SetOrganizationName(v string)
SetOrganizationName sets OrganizationName field to given value.
func (o *GithubMetadata) HasOrganizationName() bool
HasOrganizationName returns a boolean if a field has been set.
func (o *GithubMetadata) GetRepository() string
GetRepository returns the Repository field if non-nil, zero value otherwise.
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.
func (o *GithubMetadata) SetRepository(v string)
SetRepository sets Repository field to given value.
func (o *GithubMetadata) HasRepository() bool
HasRepository returns a boolean if a field has been set.
func (o *GithubMetadata) GetRepositoryAccess() string
GetRepositoryAccess returns the RepositoryAccess field if non-nil, zero value otherwise.
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.
func (o *GithubMetadata) SetRepositoryAccess(v string)
SetRepositoryAccess sets RepositoryAccess field to given value.
func (o *GithubMetadata) HasRepositoryAccess() bool
HasRepositoryAccess returns a boolean if a field has been set.
func (o *GithubMetadata) GetScope() string
GetScope returns the Scope field if non-nil, zero value otherwise.
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.
func (o *GithubMetadata) SetScope(v string)
SetScope sets Scope field to given value.
func (o *GithubMetadata) HasScope() bool
HasScope returns a boolean if a field has been set.
func (o *GithubMetadata) GetSelectedRepositories() string
GetSelectedRepositories returns the SelectedRepositories field if non-nil, zero value otherwise.
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.
func (o *GithubMetadata) SetSelectedRepositories(v string)
SetSelectedRepositories sets SelectedRepositories field to given value.
func (o *GithubMetadata) HasSelectedRepositories() bool
HasSelectedRepositories returns a boolean if a field has been set.