| Name | Type | Description | Notes |
|---|---|---|---|
| GroupUUID | string | ||
| Type | string | ||
| UserUUID | string | ||
| Uuid | string |
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
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
func (o *Principal) GetGroupUUID() string
GetGroupUUID returns the GroupUUID field if non-nil, zero value otherwise.
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.
func (o *Principal) SetGroupUUID(v string)
SetGroupUUID sets GroupUUID field to given value.
func (o *Principal) GetType() string
GetType returns the Type field if non-nil, zero value otherwise.
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.
func (o *Principal) SetType(v string)
SetType sets Type field to given value.
func (o *Principal) GetUserUUID() string
GetUserUUID returns the UserUUID field if non-nil, zero value otherwise.
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.
func (o *Principal) SetUserUUID(v string)
SetUserUUID sets UserUUID field to given value.
func (o *Principal) GetUuid() string
GetUuid returns the Uuid field if non-nil, zero value otherwise.
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.
func (o *Principal) SetUuid(v string)
SetUuid sets Uuid field to given value.