Skip to content

Latest commit

 

History

History
72 lines (39 loc) · 2.28 KB

File metadata and controls

72 lines (39 loc) · 2.28 KB

InsightsRepositoryProject

Properties

Name Type Description Notes
RepositoryKey string The repository key
ProjectKey string The project key

Methods

NewInsightsRepositoryProject

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

NewInsightsRepositoryProjectWithDefaults

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

GetRepositoryKey

func (o *InsightsRepositoryProject) GetRepositoryKey() string

GetRepositoryKey returns the RepositoryKey field if non-nil, zero value otherwise.

GetRepositoryKeyOk

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.

SetRepositoryKey

func (o *InsightsRepositoryProject) SetRepositoryKey(v string)

SetRepositoryKey sets RepositoryKey field to given value.

GetProjectKey

func (o *InsightsRepositoryProject) GetProjectKey() string

GetProjectKey returns the ProjectKey field if non-nil, zero value otherwise.

GetProjectKeyOk

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.

SetProjectKey

func (o *InsightsRepositoryProject) SetProjectKey(v string)

SetProjectKey sets ProjectKey field to given value.

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