Skip to content

Latest commit

 

History

History
108 lines (59 loc) · 2.84 KB

MilestoneInfo.md

File metadata and controls

108 lines (59 loc) · 2.84 KB

MilestoneInfo

Properties

Name Type Description Notes
Index Pointer to uint32 [optional]
MilestoneId Pointer to string [optional]
Timestamp Pointer to uint32 [optional]

Methods

NewMilestoneInfo

func NewMilestoneInfo() *MilestoneInfo

NewMilestoneInfo instantiates a new MilestoneInfo 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

NewMilestoneInfoWithDefaults

func NewMilestoneInfoWithDefaults() *MilestoneInfo

NewMilestoneInfoWithDefaults instantiates a new MilestoneInfo 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

GetIndex

func (o *MilestoneInfo) GetIndex() uint32

GetIndex returns the Index field if non-nil, zero value otherwise.

GetIndexOk

func (o *MilestoneInfo) GetIndexOk() (*uint32, bool)

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

SetIndex

func (o *MilestoneInfo) SetIndex(v uint32)

SetIndex sets Index field to given value.

HasIndex

func (o *MilestoneInfo) HasIndex() bool

HasIndex returns a boolean if a field has been set.

GetMilestoneId

func (o *MilestoneInfo) GetMilestoneId() string

GetMilestoneId returns the MilestoneId field if non-nil, zero value otherwise.

GetMilestoneIdOk

func (o *MilestoneInfo) GetMilestoneIdOk() (*string, bool)

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

SetMilestoneId

func (o *MilestoneInfo) SetMilestoneId(v string)

SetMilestoneId sets MilestoneId field to given value.

HasMilestoneId

func (o *MilestoneInfo) HasMilestoneId() bool

HasMilestoneId returns a boolean if a field has been set.

GetTimestamp

func (o *MilestoneInfo) GetTimestamp() uint32

GetTimestamp returns the Timestamp field if non-nil, zero value otherwise.

GetTimestampOk

func (o *MilestoneInfo) GetTimestampOk() (*uint32, bool)

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

SetTimestamp

func (o *MilestoneInfo) SetTimestamp(v uint32)

SetTimestamp sets Timestamp field to given value.

HasTimestamp

func (o *MilestoneInfo) HasTimestamp() bool

HasTimestamp returns a boolean if a field has been set.

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