Skip to content

Latest commit

 

History

History
114 lines (61 loc) · 2.79 KB

File metadata and controls

114 lines (61 loc) · 2.79 KB

Principal

Properties

Name Type Description Notes
GroupUUID string
Type string
UserUUID string
Uuid string

Methods

NewPrincipal

func NewPrincipal(groupUUID string, type_ string, userUUID string, uuid string, ) *Principal

NewPrincipal instantiates a new Principal 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

NewPrincipalWithDefaults

func NewPrincipalWithDefaults() *Principal

NewPrincipalWithDefaults instantiates a new Principal 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

GetGroupUUID

func (o *Principal) GetGroupUUID() string

GetGroupUUID returns the GroupUUID field if non-nil, zero value otherwise.

GetGroupUUIDOk

func (o *Principal) GetGroupUUIDOk() (*string, bool)

GetGroupUUIDOk returns a tuple with the GroupUUID field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetGroupUUID

func (o *Principal) SetGroupUUID(v string)

SetGroupUUID sets GroupUUID field to given value.

GetType

func (o *Principal) GetType() string

GetType returns the Type field if non-nil, zero value otherwise.

GetTypeOk

func (o *Principal) GetTypeOk() (*string, bool)

GetTypeOk returns a tuple with the Type field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetType

func (o *Principal) SetType(v string)

SetType sets Type field to given value.

GetUserUUID

func (o *Principal) GetUserUUID() string

GetUserUUID returns the UserUUID field if non-nil, zero value otherwise.

GetUserUUIDOk

func (o *Principal) GetUserUUIDOk() (*string, bool)

GetUserUUIDOk returns a tuple with the UserUUID field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetUserUUID

func (o *Principal) SetUserUUID(v string)

SetUserUUID sets UserUUID field to given value.

GetUuid

func (o *Principal) GetUuid() string

GetUuid returns the Uuid field if non-nil, zero value otherwise.

GetUuidOk

func (o *Principal) GetUuidOk() (*string, bool)

GetUuidOk returns a tuple with the Uuid field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetUuid

func (o *Principal) SetUuid(v string)

SetUuid sets Uuid field to given value.

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