Name | Type | Description | Notes |
---|---|---|---|
ObjectId | string | ID of the object | |
ObjectType | ObjectTypeEnum | ||
Permission | Pointer to PermissionEnum | [optional] |
func NewScopedObjectItem(objectId string, objectType ObjectTypeEnum, ) *ScopedObjectItem
NewScopedObjectItem instantiates a new ScopedObjectItem 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 NewScopedObjectItemWithDefaults() *ScopedObjectItem
NewScopedObjectItemWithDefaults instantiates a new ScopedObjectItem 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 *ScopedObjectItem) GetObjectId() string
GetObjectId returns the ObjectId field if non-nil, zero value otherwise.
func (o *ScopedObjectItem) GetObjectIdOk() (*string, bool)
GetObjectIdOk returns a tuple with the ObjectId field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ScopedObjectItem) SetObjectId(v string)
SetObjectId sets ObjectId field to given value.
func (o *ScopedObjectItem) GetObjectType() ObjectTypeEnum
GetObjectType returns the ObjectType field if non-nil, zero value otherwise.
func (o *ScopedObjectItem) GetObjectTypeOk() (*ObjectTypeEnum, bool)
GetObjectTypeOk returns a tuple with the ObjectType field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ScopedObjectItem) SetObjectType(v ObjectTypeEnum)
SetObjectType sets ObjectType field to given value.
func (o *ScopedObjectItem) GetPermission() PermissionEnum
GetPermission returns the Permission field if non-nil, zero value otherwise.
func (o *ScopedObjectItem) GetPermissionOk() (*PermissionEnum, bool)
GetPermissionOk returns a tuple with the Permission field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ScopedObjectItem) SetPermission(v PermissionEnum)
SetPermission sets Permission field to given value.
func (o *ScopedObjectItem) HasPermission() bool
HasPermission returns a boolean if a field has been set.