| Name | Type | Description | Notes |
|---|---|---|---|
| RepositoryKey | string | The repository key | |
| ProjectKey | string | The project key |
func NewInsightsRepositoryProject(repositoryKey string, projectKey string, ) *InsightsRepositoryProject
NewInsightsRepositoryProject instantiates a new InsightsRepositoryProject 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 NewInsightsRepositoryProjectWithDefaults() *InsightsRepositoryProject
NewInsightsRepositoryProjectWithDefaults instantiates a new InsightsRepositoryProject 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 *InsightsRepositoryProject) GetRepositoryKey() string
GetRepositoryKey returns the RepositoryKey field if non-nil, zero value otherwise.
func (o *InsightsRepositoryProject) GetRepositoryKeyOk() (*string, bool)
GetRepositoryKeyOk returns a tuple with the RepositoryKey field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *InsightsRepositoryProject) SetRepositoryKey(v string)
SetRepositoryKey sets RepositoryKey field to given value.
func (o *InsightsRepositoryProject) GetProjectKey() string
GetProjectKey returns the ProjectKey field if non-nil, zero value otherwise.
func (o *InsightsRepositoryProject) GetProjectKeyOk() (*string, bool)
GetProjectKeyOk returns a tuple with the ProjectKey field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *InsightsRepositoryProject) SetProjectKey(v string)
SetProjectKey sets ProjectKey field to given value.