GroupResource
Last updated
Was this helpful?
Id
string
The unique resource identifier.
[readonly]
Type
Pointer to string
The resource type.
[optional] [readonly]
Href
Pointer to string
The absolute URL to the resource's representation.
[optional] [readonly]
func NewGroupResource(id string, ) *GroupResource
NewGroupResource instantiates a new GroupResource 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 NewGroupResourceWithDefaults() *GroupResource
NewGroupResourceWithDefaults instantiates a new GroupResource 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 *GroupResource) GetId() string
GetId returns the Id field if non-nil, zero value otherwise.
func (o *GroupResource) 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 *GroupResource) SetId(v string)
SetId sets Id field to given value.
func (o *GroupResource) GetType() string
GetType returns the Type field if non-nil, zero value otherwise.
func (o *GroupResource) 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 *GroupResource) SetType(v string)
SetType sets Type field to given value.
func (o *GroupResource) HasType() bool
HasType returns a boolean if a field has been set.
func (o *GroupResource) GetHref() string
GetHref returns the Href field if non-nil, zero value otherwise.
func (o *GroupResource) GetHrefOk() (*string, bool)
GetHrefOk returns a tuple with the Href field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *GroupResource) SetHref(v string)
SetHref sets Href field to given value.
func (o *GroupResource) HasHref() bool
HasHref returns a boolean if a field has been set.
Last updated
Was this helpful?
Was this helpful?