Skip to content

Latest commit

 

History

History
77 lines (42 loc) · 2.08 KB

Headline.md

File metadata and controls

77 lines (42 loc) · 2.08 KB

Headline

Properties

Name Type Description Notes
HeadlineId Pointer to int32 [optional] [readonly]
HeadlineName string

Methods

NewHeadline

func NewHeadline(headlineName string, ) *Headline

NewHeadline instantiates a new Headline 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

NewHeadlineWithDefaults

func NewHeadlineWithDefaults() *Headline

NewHeadlineWithDefaults instantiates a new Headline 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

GetHeadlineId

func (o *Headline) GetHeadlineId() int32

GetHeadlineId returns the HeadlineId field if non-nil, zero value otherwise.

GetHeadlineIdOk

func (o *Headline) GetHeadlineIdOk() (*int32, bool)

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

SetHeadlineId

func (o *Headline) SetHeadlineId(v int32)

SetHeadlineId sets HeadlineId field to given value.

HasHeadlineId

func (o *Headline) HasHeadlineId() bool

HasHeadlineId returns a boolean if a field has been set.

GetHeadlineName

func (o *Headline) GetHeadlineName() string

GetHeadlineName returns the HeadlineName field if non-nil, zero value otherwise.

GetHeadlineNameOk

func (o *Headline) GetHeadlineNameOk() (*string, bool)

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

SetHeadlineName

func (o *Headline) SetHeadlineName(v string)

SetHeadlineName sets HeadlineName field to given value.

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