Name | Type | Description | Notes |
---|---|---|---|
Type | string | ||
Id | string |
func NewFgaObject(type_ string, id string, ) *FgaObject
NewFgaObject instantiates a new FgaObject 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 NewFgaObjectWithDefaults() *FgaObject
NewFgaObjectWithDefaults instantiates a new FgaObject 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 *FgaObject) GetType() string
GetType returns the Type field if non-nil, zero value otherwise.
func (o *FgaObject) GetTypeOk() (*string, bool)
GetTypeOk returns a tuple with the Type field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *FgaObject) SetType(v string)
SetType sets Type field to given value.
func (o *FgaObject) GetId() string
GetId returns the Id field if non-nil, zero value otherwise.
func (o *FgaObject) 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 *FgaObject) SetId(v string)
SetId sets Id field to given value.