Name | Type | Description | Notes |
---|---|---|---|
Privileges | []RepositoryPrivilegeDict | List of objects with explicit privileges to the repository. |
func NewRepositoryPrivilegeInput(privileges []RepositoryPrivilegeDict, ) *RepositoryPrivilegeInput
NewRepositoryPrivilegeInput instantiates a new RepositoryPrivilegeInput 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 NewRepositoryPrivilegeInputWithDefaults() *RepositoryPrivilegeInput
NewRepositoryPrivilegeInputWithDefaults instantiates a new RepositoryPrivilegeInput 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 *RepositoryPrivilegeInput) GetPrivileges() []RepositoryPrivilegeDict
GetPrivileges returns the Privileges field if non-nil, zero value otherwise.
func (o *RepositoryPrivilegeInput) GetPrivilegesOk() (*[]RepositoryPrivilegeDict, bool)
GetPrivilegesOk returns a tuple with the Privileges field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *RepositoryPrivilegeInput) SetPrivileges(v []RepositoryPrivilegeDict)
SetPrivileges sets Privileges field to given value.