Skip to content

PortalPictureInfo

Properties

Name Type Description Notes
FileName Pointer to string File name [optional]
Id Pointer to string Portal picture ID [optional]
Url Pointer to string File URL [optional]

Methods

NewPortalPictureInfo

func NewPortalPictureInfo() *PortalPictureInfo

NewPortalPictureInfo instantiates a new PortalPictureInfo 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

NewPortalPictureInfoWithDefaults

func NewPortalPictureInfoWithDefaults() *PortalPictureInfo

NewPortalPictureInfoWithDefaults instantiates a new PortalPictureInfo 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

GetFileName

func (o *PortalPictureInfo) GetFileName() string

GetFileName returns the FileName field if non-nil, zero value otherwise.

GetFileNameOk

func (o *PortalPictureInfo) GetFileNameOk() (*string, bool)

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

SetFileName

func (o *PortalPictureInfo) SetFileName(v string)

SetFileName sets FileName field to given value.

HasFileName

func (o *PortalPictureInfo) HasFileName() bool

HasFileName returns a boolean if a field has been set.

GetId

func (o *PortalPictureInfo) GetId() string

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

GetIdOk

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

SetId

func (o *PortalPictureInfo) SetId(v string)

SetId sets Id field to given value.

HasId

func (o *PortalPictureInfo) HasId() bool

HasId returns a boolean if a field has been set.

GetUrl

func (o *PortalPictureInfo) GetUrl() string

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

GetUrlOk

func (o *PortalPictureInfo) 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 *PortalPictureInfo) SetUrl(v string)

SetUrl sets Url field to given value.

HasUrl

func (o *PortalPictureInfo) HasUrl() bool

HasUrl returns a boolean if a field has been set.

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