Skip to content

Latest commit

 

History

History
108 lines (59 loc) · 2.79 KB

ResolvedImage.md

File metadata and controls

108 lines (59 loc) · 2.79 KB

ResolvedImage

Properties

Name Type Description Notes
IsAvatar Pointer to bool [optional]
IsIcon Pointer to bool [optional]
SourceUrl Pointer to string [optional]

Methods

NewResolvedImage

func NewResolvedImage() *ResolvedImage

NewResolvedImage instantiates a new ResolvedImage 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

NewResolvedImageWithDefaults

func NewResolvedImageWithDefaults() *ResolvedImage

NewResolvedImageWithDefaults instantiates a new ResolvedImage 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

GetIsAvatar

func (o *ResolvedImage) GetIsAvatar() bool

GetIsAvatar returns the IsAvatar field if non-nil, zero value otherwise.

GetIsAvatarOk

func (o *ResolvedImage) GetIsAvatarOk() (*bool, bool)

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

SetIsAvatar

func (o *ResolvedImage) SetIsAvatar(v bool)

SetIsAvatar sets IsAvatar field to given value.

HasIsAvatar

func (o *ResolvedImage) HasIsAvatar() bool

HasIsAvatar returns a boolean if a field has been set.

GetIsIcon

func (o *ResolvedImage) GetIsIcon() bool

GetIsIcon returns the IsIcon field if non-nil, zero value otherwise.

GetIsIconOk

func (o *ResolvedImage) GetIsIconOk() (*bool, bool)

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

SetIsIcon

func (o *ResolvedImage) SetIsIcon(v bool)

SetIsIcon sets IsIcon field to given value.

HasIsIcon

func (o *ResolvedImage) HasIsIcon() bool

HasIsIcon returns a boolean if a field has been set.

GetSourceUrl

func (o *ResolvedImage) GetSourceUrl() string

GetSourceUrl returns the SourceUrl field if non-nil, zero value otherwise.

GetSourceUrlOk

func (o *ResolvedImage) GetSourceUrlOk() (*string, bool)

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

SetSourceUrl

func (o *ResolvedImage) SetSourceUrl(v string)

SetSourceUrl sets SourceUrl field to given value.

HasSourceUrl

func (o *ResolvedImage) HasSourceUrl() bool

HasSourceUrl returns a boolean if a field has been set.

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