Skip to content

Latest commit

 

History

History
82 lines (45 loc) · 2 KB

IconResponse.md

File metadata and controls

82 lines (45 loc) · 2 KB

IconResponse

Properties

Name Type Description Notes
Url Pointer to string [optional]
Id Pointer to int64 [optional]

Methods

NewIconResponse

func NewIconResponse() *IconResponse

NewIconResponse instantiates a new IconResponse 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

NewIconResponseWithDefaults

func NewIconResponseWithDefaults() *IconResponse

NewIconResponseWithDefaults instantiates a new IconResponse 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

GetUrl

func (o *IconResponse) GetUrl() string

GetUrl returns the Url field if non-nil, zero value otherwise.

GetUrlOk

func (o *IconResponse) GetUrlOk() (*string, bool)

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

SetUrl

func (o *IconResponse) SetUrl(v string)

SetUrl sets Url field to given value.

HasUrl

func (o *IconResponse) HasUrl() bool

HasUrl returns a boolean if a field has been set.

GetId

func (o *IconResponse) GetId() int64

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

GetIdOk

func (o *IconResponse) GetIdOk() (*int64, 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 *IconResponse) SetId(v int64)

SetId sets Id field to given value.

HasId

func (o *IconResponse) HasId() bool

HasId returns a boolean if a field has been set.

[Back to Model list] [Back to API list] [Back to README]