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] |
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
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
func (o *AddedGetEnrolledBetaPrograms200AllOfData) GetDescription() string
GetDescription returns the Description field if non-nil, zero value otherwise.
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.
func (o *AddedGetEnrolledBetaPrograms200AllOfData) SetDescription(v string)
SetDescription sets Description field to given value.
func (o *AddedGetEnrolledBetaPrograms200AllOfData) HasDescription() bool
HasDescription returns a boolean if a field has been set.
func (o *AddedGetEnrolledBetaPrograms200AllOfData) SetDescriptionNil(b bool)
SetDescriptionNil sets the value for Description to be an explicit nil
func (o *AddedGetEnrolledBetaPrograms200AllOfData) UnsetDescription()
UnsetDescription ensures that no value is present for Description, not even an explicit nil
func (o *AddedGetEnrolledBetaPrograms200AllOfData) GetEnded() time.Time
GetEnded returns the Ended field if non-nil, zero value otherwise.
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.
func (o *AddedGetEnrolledBetaPrograms200AllOfData) SetEnded(v time.Time)
SetEnded sets Ended field to given value.
func (o *AddedGetEnrolledBetaPrograms200AllOfData) HasEnded() bool
HasEnded returns a boolean if a field has been set.
func (o *AddedGetEnrolledBetaPrograms200AllOfData) SetEndedNil(b bool)
SetEndedNil sets the value for Ended to be an explicit nil
func (o *AddedGetEnrolledBetaPrograms200AllOfData) UnsetEnded()
UnsetEnded ensures that no value is present for Ended, not even an explicit nil
func (o *AddedGetEnrolledBetaPrograms200AllOfData) GetEnrolled() time.Time
GetEnrolled returns the Enrolled field if non-nil, zero value otherwise.
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.
func (o *AddedGetEnrolledBetaPrograms200AllOfData) SetEnrolled(v time.Time)
SetEnrolled sets Enrolled field to given value.
func (o *AddedGetEnrolledBetaPrograms200AllOfData) HasEnrolled() bool
HasEnrolled returns a boolean if a field has been set.
func (o *AddedGetEnrolledBetaPrograms200AllOfData) GetId() string
GetId returns the Id field if non-nil, zero value otherwise.
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.
func (o *AddedGetEnrolledBetaPrograms200AllOfData) SetId(v string)
SetId sets Id field to given value.
func (o *AddedGetEnrolledBetaPrograms200AllOfData) HasId() bool
HasId returns a boolean if a field has been set.
func (o *AddedGetEnrolledBetaPrograms200AllOfData) GetLabel() string
GetLabel returns the Label field if non-nil, zero value otherwise.
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.
func (o *AddedGetEnrolledBetaPrograms200AllOfData) SetLabel(v string)
SetLabel sets Label field to given value.
func (o *AddedGetEnrolledBetaPrograms200AllOfData) HasLabel() bool
HasLabel returns a boolean if a field has been set.
func (o *AddedGetEnrolledBetaPrograms200AllOfData) GetStarted() time.Time
GetStarted returns the Started field if non-nil, zero value otherwise.
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.
func (o *AddedGetEnrolledBetaPrograms200AllOfData) SetStarted(v time.Time)
SetStarted sets Started field to given value.
func (o *AddedGetEnrolledBetaPrograms200AllOfData) HasStarted() bool
HasStarted returns a boolean if a field has been set.