| Name | Type | Description | Notes |
|---|---|---|---|
| Id | Pointer to string | The Id of the permission set. | [optional] |
| Name | Pointer to NullableString | The name of the permission set. | [optional] |
| Permissions | Pointer to []string | The permissions within the set. | [optional] |
func NewPermissionSetsPermissionSetResponse() *PermissionSetsPermissionSetResponse
NewPermissionSetsPermissionSetResponse instantiates a new PermissionSetsPermissionSetResponse 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 NewPermissionSetsPermissionSetResponseWithDefaults() *PermissionSetsPermissionSetResponse
NewPermissionSetsPermissionSetResponseWithDefaults instantiates a new PermissionSetsPermissionSetResponse 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 *PermissionSetsPermissionSetResponse) GetId() string
GetId returns the Id field if non-nil, zero value otherwise.
func (o *PermissionSetsPermissionSetResponse) GetIdOk() (*string, bool)
GetIdOk returns a tuple with the Id field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *PermissionSetsPermissionSetResponse) SetId(v string)
SetId sets Id field to given value.
func (o *PermissionSetsPermissionSetResponse) HasId() bool
HasId returns a boolean if a field has been set.
func (o *PermissionSetsPermissionSetResponse) GetName() string
GetName returns the Name field if non-nil, zero value otherwise.
func (o *PermissionSetsPermissionSetResponse) GetNameOk() (*string, bool)
GetNameOk returns a tuple with the Name field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *PermissionSetsPermissionSetResponse) SetName(v string)
SetName sets Name field to given value.
func (o *PermissionSetsPermissionSetResponse) HasName() bool
HasName returns a boolean if a field has been set.
func (o *PermissionSetsPermissionSetResponse) SetNameNil(b bool)
SetNameNil sets the value for Name to be an explicit nil
func (o *PermissionSetsPermissionSetResponse) UnsetName()
UnsetName ensures that no value is present for Name, not even an explicit nil
func (o *PermissionSetsPermissionSetResponse) GetPermissions() []string
GetPermissions returns the Permissions field if non-nil, zero value otherwise.
func (o *PermissionSetsPermissionSetResponse) GetPermissionsOk() (*[]string, bool)
GetPermissionsOk returns a tuple with the Permissions field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *PermissionSetsPermissionSetResponse) SetPermissions(v []string)
SetPermissions sets Permissions field to given value.
func (o *PermissionSetsPermissionSetResponse) HasPermissions() bool
HasPermissions returns a boolean if a field has been set.
func (o *PermissionSetsPermissionSetResponse) SetPermissionsNil(b bool)
SetPermissionsNil sets the value for Permissions to be an explicit nil
func (o *PermissionSetsPermissionSetResponse) UnsetPermissions()
UnsetPermissions ensures that no value is present for Permissions, not even an explicit nil