Name | Type | Description | Notes |
---|---|---|---|
Title | Pointer to string | [optional] | |
PubDate | Pointer to string | [optional] |
func (o *FeaturesFeed) GetTitle() string
GetTitle returns the Title field if non-nil, zero value otherwise.
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.
func (o *FeaturesFeed) HasTitle() bool
HasTitle returns a boolean if a field has been set.
func (o *FeaturesFeed) SetTitle(v string)
SetTitle gets a reference to the given string and assigns it to the Title field.
func (o *FeaturesFeed) GetPubDate() string
GetPubDate returns the PubDate field if non-nil, zero value otherwise.
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.
func (o *FeaturesFeed) HasPubDate() bool
HasPubDate returns a boolean if a field has been set.
func (o *FeaturesFeed) SetPubDate(v string)
SetPubDate gets a reference to the given string and assigns it to the PubDate field.