Name | Type | Description | Notes |
---|---|---|---|
RolePk | string | [readonly] | |
Name | string | [readonly] | |
Permissions | []RoleObjectPermission |
func NewRoleAssignedObjectPermission(rolePk string, name string, permissions []RoleObjectPermission, ) *RoleAssignedObjectPermission
NewRoleAssignedObjectPermission instantiates a new RoleAssignedObjectPermission 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 NewRoleAssignedObjectPermissionWithDefaults() *RoleAssignedObjectPermission
NewRoleAssignedObjectPermissionWithDefaults instantiates a new RoleAssignedObjectPermission 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 *RoleAssignedObjectPermission) GetRolePk() string
GetRolePk returns the RolePk field if non-nil, zero value otherwise.
func (o *RoleAssignedObjectPermission) GetRolePkOk() (*string, bool)
GetRolePkOk returns a tuple with the RolePk field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *RoleAssignedObjectPermission) SetRolePk(v string)
SetRolePk sets RolePk field to given value.
func (o *RoleAssignedObjectPermission) GetName() string
GetName returns the Name field if non-nil, zero value otherwise.
func (o *RoleAssignedObjectPermission) 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 *RoleAssignedObjectPermission) SetName(v string)
SetName sets Name field to given value.
func (o *RoleAssignedObjectPermission) GetPermissions() []RoleObjectPermission
GetPermissions returns the Permissions field if non-nil, zero value otherwise.
func (o *RoleAssignedObjectPermission) GetPermissionsOk() (*[]RoleObjectPermission, 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 *RoleAssignedObjectPermission) SetPermissions(v []RoleObjectPermission)
SetPermissions sets Permissions field to given value.