Skip to content

Latest commit

 

History

History
65 lines (34 loc) · 1.57 KB

FeaturesFeed.md

File metadata and controls

65 lines (34 loc) · 1.57 KB

FeaturesFeed

Properties

Name Type Description Notes
Title Pointer to string [optional]
PubDate Pointer to string [optional]

Methods

GetTitle

func (o *FeaturesFeed) GetTitle() string

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

GetTitleOk

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

HasTitle

func (o *FeaturesFeed) HasTitle() bool

HasTitle returns a boolean if a field has been set.

SetTitle

func (o *FeaturesFeed) SetTitle(v string)

SetTitle gets a reference to the given string and assigns it to the Title field.

GetPubDate

func (o *FeaturesFeed) GetPubDate() string

GetPubDate returns the PubDate field if non-nil, zero value otherwise.

GetPubDateOk

func (o *FeaturesFeed) GetPubDateOk() (string, bool)

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

HasPubDate

func (o *FeaturesFeed) HasPubDate() bool

HasPubDate returns a boolean if a field has been set.

SetPubDate

func (o *FeaturesFeed) SetPubDate(v string)

SetPubDate gets a reference to the given string and assigns it to the PubDate field.

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