Skip to content

Latest commit

 

History

History
126 lines (69 loc) · 3.17 KB

ActionCollection.md

File metadata and controls

126 lines (69 loc) · 3.17 KB

ActionCollection

Properties

Name Type Description Notes
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]
Items Pointer to []Action [optional]

Methods

NewActionCollection

func NewActionCollection(id string, ) *ActionCollection

NewActionCollection instantiates a new ActionCollection 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

NewActionCollectionWithDefaults

func NewActionCollectionWithDefaults() *ActionCollection

NewActionCollectionWithDefaults instantiates a new ActionCollection 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 *ActionCollection) GetId() string

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

GetIdOk

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

SetId

func (o *ActionCollection) SetId(v string)

SetId sets Id field to given value.

GetType

func (o *ActionCollection) GetType() string

GetType returns the Type field if non-nil, zero value otherwise.

GetTypeOk

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

SetType

func (o *ActionCollection) SetType(v string)

SetType sets Type field to given value.

HasType

func (o *ActionCollection) HasType() bool

HasType returns a boolean if a field has been set.

GetHref

func (o *ActionCollection) GetHref() string

GetHref returns the Href field if non-nil, zero value otherwise.

GetHrefOk

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

SetHref

func (o *ActionCollection) SetHref(v string)

SetHref sets Href field to given value.

HasHref

func (o *ActionCollection) HasHref() bool

HasHref returns a boolean if a field has been set.

GetItems

func (o *ActionCollection) GetItems() []Action

GetItems returns the Items field if non-nil, zero value otherwise.

GetItemsOk

func (o *ActionCollection) GetItemsOk() (*[]Action, bool)

GetItemsOk returns a tuple with the Items field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetItems

func (o *ActionCollection) SetItems(v []Action)

SetItems sets Items field to given value.

HasItems

func (o *ActionCollection) HasItems() bool

HasItems returns a boolean if a field has been set.