arrow-left
All pages
1 of 1

Loading...

Images

hashtag
Properties

Name
Type
Description
Notes

Id

Pointer to string

hashtag
Methods

hashtag
NewImages

func NewImages() *Images

NewImages instantiates a new Images 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

hashtag
NewImagesWithDefaults

func NewImagesWithDefaults() *Images

NewImagesWithDefaults instantiates a new Images 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

hashtag
GetId

func (o *Images) GetId() string

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

hashtag
GetIdOk

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

hashtag
SetId

func (o *Images) SetId(v string)

SetId sets Id field to given value.

hashtag
HasId

func (o *Images) HasId() bool

HasId returns a boolean if a field has been set.

hashtag
GetType

func (o *Images) GetType() Type

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

hashtag
GetTypeOk

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

hashtag
SetType

func (o *Images) SetType(v Type)

SetType sets Type field to given value.

hashtag
HasType

func (o *Images) HasType() bool

HasType returns a boolean if a field has been set.

hashtag
GetHref

func (o *Images) GetHref() string

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

hashtag
GetHrefOk

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

hashtag
SetHref

func (o *Images) SetHref(v string)

SetHref sets Href field to given value.

hashtag
HasHref

func (o *Images) HasHref() bool

HasHref returns a boolean if a field has been set.

hashtag
GetItems

func (o *Images) GetItems() []Image

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

hashtag
GetItemsOk

func (o *Images) GetItemsOk() (*[]Image, 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.

hashtag
SetItems

func (o *Images) SetItems(v []Image)

SetItems sets Items field to given value.

hashtag
HasItems

func (o *Images) HasItems() bool

HasItems returns a boolean if a field has been set.

The resource's unique identifier.

[optional] [readonly]

Type

Pointer to Type

The type of object that has been created.

[optional]

Href

Pointer to string

The URL to the object representation (absolute path).

[optional] [readonly]

Items

Pointer to []Image

Array of items in the collection.

[optional] [readonly]