Name | Type | Description | Notes |
---|---|---|---|
Links | map[string]Link | ||
Items | []RepositoryRep | An array of repositories |
func NewRepositoryCollectionRep(links map[string]Link, items []RepositoryRep, ) *RepositoryCollectionRep
NewRepositoryCollectionRep instantiates a new RepositoryCollectionRep 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 NewRepositoryCollectionRepWithDefaults() *RepositoryCollectionRep
NewRepositoryCollectionRepWithDefaults instantiates a new RepositoryCollectionRep 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 *RepositoryCollectionRep) GetLinks() map[string]Link
GetLinks returns the Links field if non-nil, zero value otherwise.
func (o *RepositoryCollectionRep) GetLinksOk() (*map[string]Link, bool)
GetLinksOk returns a tuple with the Links field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *RepositoryCollectionRep) SetLinks(v map[string]Link)
SetLinks sets Links field to given value.
func (o *RepositoryCollectionRep) GetItems() []RepositoryRep
GetItems returns the Items field if non-nil, zero value otherwise.
func (o *RepositoryCollectionRep) GetItemsOk() (*[]RepositoryRep, bool)
GetItemsOk returns a tuple with the Items field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *RepositoryCollectionRep) SetItems(v []RepositoryRep)
SetItems sets Items field to given value.