Skip to content

Latest commit

 

History

History
206 lines (113 loc) · 6.56 KB

AddedGetEnrolledBetaPrograms200AllOfData.md

File metadata and controls

206 lines (113 loc) · 6.56 KB

AddedGetEnrolledBetaPrograms200AllOfData

Properties

Name Type Description Notes
Description Pointer to NullableString Additional details regarding the Beta Program. [optional] [readonly]
Ended Pointer to NullableTime The date-time that the Beta Program ended. `null` indicates that the Beta Program is ongoing. [optional] [readonly]
Enrolled Pointer to time.Time The date-time of Account enrollment to the Beta Program. [optional] [readonly]
Id Pointer to string The unique identifier of the Beta Program. [optional]
Label Pointer to string The name of the Beta Program. [optional] [readonly]
Started Pointer to time.Time The start date-time of the Beta Program. [optional] [readonly]

Methods

NewAddedGetEnrolledBetaPrograms200AllOfData

func NewAddedGetEnrolledBetaPrograms200AllOfData() *AddedGetEnrolledBetaPrograms200AllOfData

NewAddedGetEnrolledBetaPrograms200AllOfData instantiates a new AddedGetEnrolledBetaPrograms200AllOfData 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

NewAddedGetEnrolledBetaPrograms200AllOfDataWithDefaults

func NewAddedGetEnrolledBetaPrograms200AllOfDataWithDefaults() *AddedGetEnrolledBetaPrograms200AllOfData

NewAddedGetEnrolledBetaPrograms200AllOfDataWithDefaults instantiates a new AddedGetEnrolledBetaPrograms200AllOfData 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

GetDescription

func (o *AddedGetEnrolledBetaPrograms200AllOfData) GetDescription() string

GetDescription returns the Description field if non-nil, zero value otherwise.

GetDescriptionOk

func (o *AddedGetEnrolledBetaPrograms200AllOfData) GetDescriptionOk() (*string, bool)

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

SetDescription

func (o *AddedGetEnrolledBetaPrograms200AllOfData) SetDescription(v string)

SetDescription sets Description field to given value.

HasDescription

func (o *AddedGetEnrolledBetaPrograms200AllOfData) HasDescription() bool

HasDescription returns a boolean if a field has been set.

SetDescriptionNil

func (o *AddedGetEnrolledBetaPrograms200AllOfData) SetDescriptionNil(b bool)

SetDescriptionNil sets the value for Description to be an explicit nil

UnsetDescription

func (o *AddedGetEnrolledBetaPrograms200AllOfData) UnsetDescription()

UnsetDescription ensures that no value is present for Description, not even an explicit nil

GetEnded

func (o *AddedGetEnrolledBetaPrograms200AllOfData) GetEnded() time.Time

GetEnded returns the Ended field if non-nil, zero value otherwise.

GetEndedOk

func (o *AddedGetEnrolledBetaPrograms200AllOfData) GetEndedOk() (*time.Time, bool)

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

SetEnded

func (o *AddedGetEnrolledBetaPrograms200AllOfData) SetEnded(v time.Time)

SetEnded sets Ended field to given value.

HasEnded

func (o *AddedGetEnrolledBetaPrograms200AllOfData) HasEnded() bool

HasEnded returns a boolean if a field has been set.

SetEndedNil

func (o *AddedGetEnrolledBetaPrograms200AllOfData) SetEndedNil(b bool)

SetEndedNil sets the value for Ended to be an explicit nil

UnsetEnded

func (o *AddedGetEnrolledBetaPrograms200AllOfData) UnsetEnded()

UnsetEnded ensures that no value is present for Ended, not even an explicit nil

GetEnrolled

func (o *AddedGetEnrolledBetaPrograms200AllOfData) GetEnrolled() time.Time

GetEnrolled returns the Enrolled field if non-nil, zero value otherwise.

GetEnrolledOk

func (o *AddedGetEnrolledBetaPrograms200AllOfData) GetEnrolledOk() (*time.Time, bool)

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

SetEnrolled

func (o *AddedGetEnrolledBetaPrograms200AllOfData) SetEnrolled(v time.Time)

SetEnrolled sets Enrolled field to given value.

HasEnrolled

func (o *AddedGetEnrolledBetaPrograms200AllOfData) HasEnrolled() bool

HasEnrolled returns a boolean if a field has been set.

GetId

func (o *AddedGetEnrolledBetaPrograms200AllOfData) GetId() string

GetId returns the Id field if non-nil, zero value otherwise.

GetIdOk

func (o *AddedGetEnrolledBetaPrograms200AllOfData) GetIdOk() (*string, bool)

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

SetId

func (o *AddedGetEnrolledBetaPrograms200AllOfData) SetId(v string)

SetId sets Id field to given value.

HasId

func (o *AddedGetEnrolledBetaPrograms200AllOfData) HasId() bool

HasId returns a boolean if a field has been set.

GetLabel

func (o *AddedGetEnrolledBetaPrograms200AllOfData) GetLabel() string

GetLabel returns the Label field if non-nil, zero value otherwise.

GetLabelOk

func (o *AddedGetEnrolledBetaPrograms200AllOfData) GetLabelOk() (*string, bool)

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

SetLabel

func (o *AddedGetEnrolledBetaPrograms200AllOfData) SetLabel(v string)

SetLabel sets Label field to given value.

HasLabel

func (o *AddedGetEnrolledBetaPrograms200AllOfData) HasLabel() bool

HasLabel returns a boolean if a field has been set.

GetStarted

func (o *AddedGetEnrolledBetaPrograms200AllOfData) GetStarted() time.Time

GetStarted returns the Started field if non-nil, zero value otherwise.

GetStartedOk

func (o *AddedGetEnrolledBetaPrograms200AllOfData) GetStartedOk() (*time.Time, bool)

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

SetStarted

func (o *AddedGetEnrolledBetaPrograms200AllOfData) SetStarted(v time.Time)

SetStarted sets Started field to given value.

HasStarted

func (o *AddedGetEnrolledBetaPrograms200AllOfData) HasStarted() bool

HasStarted returns a boolean if a field has been set.

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