Name | Type | Description | Notes |
---|---|---|---|
Id | int32 | [readonly] | |
Codename | string | [readonly] | |
Model | string | [readonly] | |
AppLabel | string | [readonly] | |
ObjectPk | string | ||
Name | string | [readonly] |
func NewRoleObjectPermission(id int32, codename string, model string, appLabel string, objectPk string, name string, ) *RoleObjectPermission
NewRoleObjectPermission instantiates a new RoleObjectPermission 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 NewRoleObjectPermissionWithDefaults() *RoleObjectPermission
NewRoleObjectPermissionWithDefaults instantiates a new RoleObjectPermission 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 *RoleObjectPermission) GetId() int32
GetId returns the Id field if non-nil, zero value otherwise.
func (o *RoleObjectPermission) GetIdOk() (*int32, 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 *RoleObjectPermission) SetId(v int32)
SetId sets Id field to given value.
func (o *RoleObjectPermission) GetCodename() string
GetCodename returns the Codename field if non-nil, zero value otherwise.
func (o *RoleObjectPermission) GetCodenameOk() (*string, bool)
GetCodenameOk returns a tuple with the Codename field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *RoleObjectPermission) SetCodename(v string)
SetCodename sets Codename field to given value.
func (o *RoleObjectPermission) GetModel() string
GetModel returns the Model field if non-nil, zero value otherwise.
func (o *RoleObjectPermission) GetModelOk() (*string, bool)
GetModelOk returns a tuple with the Model field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *RoleObjectPermission) SetModel(v string)
SetModel sets Model field to given value.
func (o *RoleObjectPermission) GetAppLabel() string
GetAppLabel returns the AppLabel field if non-nil, zero value otherwise.
func (o *RoleObjectPermission) GetAppLabelOk() (*string, bool)
GetAppLabelOk returns a tuple with the AppLabel field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *RoleObjectPermission) SetAppLabel(v string)
SetAppLabel sets AppLabel field to given value.
func (o *RoleObjectPermission) GetObjectPk() string
GetObjectPk returns the ObjectPk field if non-nil, zero value otherwise.
func (o *RoleObjectPermission) GetObjectPkOk() (*string, bool)
GetObjectPkOk returns a tuple with the ObjectPk field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *RoleObjectPermission) SetObjectPk(v string)
SetObjectPk sets ObjectPk field to given value.
func (o *RoleObjectPermission) GetName() string
GetName returns the Name field if non-nil, zero value otherwise.
func (o *RoleObjectPermission) 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 *RoleObjectPermission) SetName(v string)
SetName sets Name field to given value.