Skip to content

Latest commit

 

History

History
61 lines (34 loc) · 1.65 KB

File metadata and controls

61 lines (34 loc) · 1.65 KB

IconModel

Properties

Name Type Description Notes
Content NullableString

Methods

NewIconModel

func NewIconModel(content NullableString, ) *IconModel

NewIconModel instantiates a new IconModel 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

NewIconModelWithDefaults

func NewIconModelWithDefaults() *IconModel

NewIconModelWithDefaults instantiates a new IconModel 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

GetContent

func (o *IconModel) GetContent() string

GetContent returns the Content field if non-nil, zero value otherwise.

GetContentOk

func (o *IconModel) GetContentOk() (*string, bool)

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

SetContent

func (o *IconModel) SetContent(v string)

SetContent sets Content field to given value.

SetContentNil

func (o *IconModel) SetContentNil(b bool)

SetContentNil sets the value for Content to be an explicit nil

UnsetContent

func (o *IconModel) UnsetContent()

UnsetContent ensures that no value is present for Content, not even an explicit nil

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