Skip to content

Latest commit

 

History

History
156 lines (83 loc) · 4.08 KB

UserObjectPermission.md

File metadata and controls

156 lines (83 loc) · 4.08 KB

UserObjectPermission

Properties

Name Type Description Notes
Id int32 [readonly]
Codename string [readonly]
Model string [readonly]
AppLabel string [readonly]
ObjectPk string [readonly]
Name string [readonly]

Methods

NewUserObjectPermission

func NewUserObjectPermission(id int32, codename string, model string, appLabel string, objectPk string, name string, ) *UserObjectPermission

NewUserObjectPermission instantiates a new UserObjectPermission 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

NewUserObjectPermissionWithDefaults

func NewUserObjectPermissionWithDefaults() *UserObjectPermission

NewUserObjectPermissionWithDefaults instantiates a new UserObjectPermission 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

GetId

func (o *UserObjectPermission) GetId() int32

GetId returns the Id field if non-nil, zero value otherwise.

GetIdOk

func (o *UserObjectPermission) 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.

SetId

func (o *UserObjectPermission) SetId(v int32)

SetId sets Id field to given value.

GetCodename

func (o *UserObjectPermission) GetCodename() string

GetCodename returns the Codename field if non-nil, zero value otherwise.

GetCodenameOk

func (o *UserObjectPermission) 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.

SetCodename

func (o *UserObjectPermission) SetCodename(v string)

SetCodename sets Codename field to given value.

GetModel

func (o *UserObjectPermission) GetModel() string

GetModel returns the Model field if non-nil, zero value otherwise.

GetModelOk

func (o *UserObjectPermission) 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.

SetModel

func (o *UserObjectPermission) SetModel(v string)

SetModel sets Model field to given value.

GetAppLabel

func (o *UserObjectPermission) GetAppLabel() string

GetAppLabel returns the AppLabel field if non-nil, zero value otherwise.

GetAppLabelOk

func (o *UserObjectPermission) 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.

SetAppLabel

func (o *UserObjectPermission) SetAppLabel(v string)

SetAppLabel sets AppLabel field to given value.

GetObjectPk

func (o *UserObjectPermission) GetObjectPk() string

GetObjectPk returns the ObjectPk field if non-nil, zero value otherwise.

GetObjectPkOk

func (o *UserObjectPermission) 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.

SetObjectPk

func (o *UserObjectPermission) SetObjectPk(v string)

SetObjectPk sets ObjectPk field to given value.

GetName

func (o *UserObjectPermission) GetName() string

GetName returns the Name field if non-nil, zero value otherwise.

GetNameOk

func (o *UserObjectPermission) 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.

SetName

func (o *UserObjectPermission) SetName(v string)

SetName sets Name field to given value.

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