Skip to content

Latest commit

 

History

History
51 lines (28 loc) · 1.89 KB

RepositoryPrivilegeInputRequest.md

File metadata and controls

51 lines (28 loc) · 1.89 KB

RepositoryPrivilegeInputRequest

Properties

Name Type Description Notes
Privileges []RepositoryPrivilegeDict List of objects with explicit privileges to the repository.

Methods

NewRepositoryPrivilegeInputRequest

func NewRepositoryPrivilegeInputRequest(privileges []RepositoryPrivilegeDict, ) *RepositoryPrivilegeInputRequest

NewRepositoryPrivilegeInputRequest instantiates a new RepositoryPrivilegeInputRequest 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

NewRepositoryPrivilegeInputRequestWithDefaults

func NewRepositoryPrivilegeInputRequestWithDefaults() *RepositoryPrivilegeInputRequest

NewRepositoryPrivilegeInputRequestWithDefaults instantiates a new RepositoryPrivilegeInputRequest 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

GetPrivileges

func (o *RepositoryPrivilegeInputRequest) GetPrivileges() []RepositoryPrivilegeDict

GetPrivileges returns the Privileges field if non-nil, zero value otherwise.

GetPrivilegesOk

func (o *RepositoryPrivilegeInputRequest) 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.

SetPrivileges

func (o *RepositoryPrivilegeInputRequest) SetPrivileges(v []RepositoryPrivilegeDict)

SetPrivileges sets Privileges field to given value.

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