Templates
Last updated
Last updated
Name | Type | Description | Notes |
---|---|---|---|
func NewTemplates() *Templates
NewTemplates instantiates a new Templates 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 NewTemplatesWithDefaults() *Templates
NewTemplatesWithDefaults instantiates a new Templates 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 *Templates) GetHref() string
GetHref returns the Href field if non-nil, zero value otherwise.
func (o *Templates) 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 *Templates) SetHref(v string)
SetHref sets Href field to given value.
func (o *Templates) HasHref() bool
HasHref returns a boolean if a field has been set.
func (o *Templates) GetId() string
GetId returns the Id field if non-nil, zero value otherwise.
func (o *Templates) 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 *Templates) SetId(v string)
SetId sets Id field to given value.
func (o *Templates) HasId() bool
HasId returns a boolean if a field has been set.
func (o *Templates) GetItems() []Template
GetItems returns the Items field if non-nil, zero value otherwise.
func (o *Templates) GetItemsOk() (*[]Template, 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.
func (o *Templates) SetItems(v []Template)
SetItems sets Items field to given value.
func (o *Templates) HasItems() bool
HasItems returns a boolean if a field has been set.
func (o *Templates) GetType() Type
GetType returns the Type field if non-nil, zero value otherwise.
func (o *Templates) GetTypeOk() (*Type, 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 *Templates) SetType(v Type)
SetType sets Type field to given value.
func (o *Templates) HasType() bool
HasType returns a boolean if a field has been set.
Href
Pointer to string
The URL to the object representation (absolute path).
[optional] [readonly]
Id
Pointer to string
The resource's unique identifier.
[optional] [readonly]
Items
Pointer to []Template
Array of items in the collection.
[optional] [readonly]
Type
Pointer to Type
The type of object that has been created.
[optional]