Skip to content

Latest commit

 

History

History
108 lines (59 loc) · 2.82 KB

MobileDeviceEbook.md

File metadata and controls

108 lines (59 loc) · 2.82 KB

MobileDeviceEbook

Properties

Name Type Description Notes
Author Pointer to string [optional]
Title Pointer to string [optional]
Version Pointer to string [optional]

Methods

NewMobileDeviceEbook

func NewMobileDeviceEbook() *MobileDeviceEbook

NewMobileDeviceEbook instantiates a new MobileDeviceEbook 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

NewMobileDeviceEbookWithDefaults

func NewMobileDeviceEbookWithDefaults() *MobileDeviceEbook

NewMobileDeviceEbookWithDefaults instantiates a new MobileDeviceEbook 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

GetAuthor

func (o *MobileDeviceEbook) GetAuthor() string

GetAuthor returns the Author field if non-nil, zero value otherwise.

GetAuthorOk

func (o *MobileDeviceEbook) GetAuthorOk() (*string, bool)

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

SetAuthor

func (o *MobileDeviceEbook) SetAuthor(v string)

SetAuthor sets Author field to given value.

HasAuthor

func (o *MobileDeviceEbook) HasAuthor() bool

HasAuthor returns a boolean if a field has been set.

GetTitle

func (o *MobileDeviceEbook) GetTitle() string

GetTitle returns the Title field if non-nil, zero value otherwise.

GetTitleOk

func (o *MobileDeviceEbook) GetTitleOk() (*string, bool)

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

SetTitle

func (o *MobileDeviceEbook) SetTitle(v string)

SetTitle sets Title field to given value.

HasTitle

func (o *MobileDeviceEbook) HasTitle() bool

HasTitle returns a boolean if a field has been set.

GetVersion

func (o *MobileDeviceEbook) GetVersion() string

GetVersion returns the Version field if non-nil, zero value otherwise.

GetVersionOk

func (o *MobileDeviceEbook) GetVersionOk() (*string, bool)

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

SetVersion

func (o *MobileDeviceEbook) SetVersion(v string)

SetVersion sets Version field to given value.

HasVersion

func (o *MobileDeviceEbook) HasVersion() bool

HasVersion returns a boolean if a field has been set.

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