GetSupportedOnRampsResponseMessageInnerIcons

Properties

Name
Type
Description
Notes

Png

GetSupportedOnRampsResponseMessageInnerIconsPng

Svg

string

Methods

NewGetSupportedOnRampsResponseMessageInnerIcons

func NewGetSupportedOnRampsResponseMessageInnerIcons(png GetSupportedOnRampsResponseMessageInnerIconsPng, svg string, ) *GetSupportedOnRampsResponseMessageInnerIcons

NewGetSupportedOnRampsResponseMessageInnerIcons instantiates a new GetSupportedOnRampsResponseMessageInnerIcons 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

NewGetSupportedOnRampsResponseMessageInnerIconsWithDefaults

func NewGetSupportedOnRampsResponseMessageInnerIconsWithDefaults() *GetSupportedOnRampsResponseMessageInnerIcons

NewGetSupportedOnRampsResponseMessageInnerIconsWithDefaults instantiates a new GetSupportedOnRampsResponseMessageInnerIcons 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

GetPng

func (o *GetSupportedOnRampsResponseMessageInnerIcons) GetPng() GetSupportedOnRampsResponseMessageInnerIconsPng

GetPng returns the Png field if non-nil, zero value otherwise.

GetPngOk

func (o *GetSupportedOnRampsResponseMessageInnerIcons) GetPngOk() (*GetSupportedOnRampsResponseMessageInnerIconsPng, bool)

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

SetPng

func (o *GetSupportedOnRampsResponseMessageInnerIcons) SetPng(v GetSupportedOnRampsResponseMessageInnerIconsPng)

SetPng sets Png field to given value.

GetSvg

func (o *GetSupportedOnRampsResponseMessageInnerIcons) GetSvg() string

GetSvg returns the Svg field if non-nil, zero value otherwise.

GetSvgOk

func (o *GetSupportedOnRampsResponseMessageInnerIcons) GetSvgOk() (*string, bool)

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

SetSvg

func (o *GetSupportedOnRampsResponseMessageInnerIcons) SetSvg(v string)

SetSvg sets Svg field to given value.

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