Skip to content

Latest commit

 

History

History
242 lines (133 loc) · 7.83 KB

GetBetaPrograms200ResponseAllOfDataInner.md

File metadata and controls

242 lines (133 loc) · 7.83 KB

GetBetaPrograms200ResponseAllOfDataInner

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]
GreenlightOnly Pointer to bool Whether the Beta Program requires Green Light participation for enrollment. [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]
MoreInfo Pointer to NullableString Additional source of information for the Beta Program. [optional] [readonly]
Started Pointer to time.Time The start date-time of the Beta Program. [optional] [readonly]

Methods

NewGetBetaPrograms200ResponseAllOfDataInner

func NewGetBetaPrograms200ResponseAllOfDataInner() *GetBetaPrograms200ResponseAllOfDataInner

NewGetBetaPrograms200ResponseAllOfDataInner instantiates a new GetBetaPrograms200ResponseAllOfDataInner 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

NewGetBetaPrograms200ResponseAllOfDataInnerWithDefaults

func NewGetBetaPrograms200ResponseAllOfDataInnerWithDefaults() *GetBetaPrograms200ResponseAllOfDataInner

NewGetBetaPrograms200ResponseAllOfDataInnerWithDefaults instantiates a new GetBetaPrograms200ResponseAllOfDataInner 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 *GetBetaPrograms200ResponseAllOfDataInner) GetDescription() string

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

GetDescriptionOk

func (o *GetBetaPrograms200ResponseAllOfDataInner) 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 *GetBetaPrograms200ResponseAllOfDataInner) SetDescription(v string)

SetDescription sets Description field to given value.

HasDescription

func (o *GetBetaPrograms200ResponseAllOfDataInner) HasDescription() bool

HasDescription returns a boolean if a field has been set.

SetDescriptionNil

func (o *GetBetaPrograms200ResponseAllOfDataInner) SetDescriptionNil(b bool)

SetDescriptionNil sets the value for Description to be an explicit nil

UnsetDescription

func (o *GetBetaPrograms200ResponseAllOfDataInner) UnsetDescription()

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

GetEnded

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

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

GetEndedOk

func (o *GetBetaPrograms200ResponseAllOfDataInner) 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 *GetBetaPrograms200ResponseAllOfDataInner) SetEnded(v time.Time)

SetEnded sets Ended field to given value.

HasEnded

func (o *GetBetaPrograms200ResponseAllOfDataInner) HasEnded() bool

HasEnded returns a boolean if a field has been set.

SetEndedNil

func (o *GetBetaPrograms200ResponseAllOfDataInner) SetEndedNil(b bool)

SetEndedNil sets the value for Ended to be an explicit nil

UnsetEnded

func (o *GetBetaPrograms200ResponseAllOfDataInner) UnsetEnded()

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

GetGreenlightOnly

func (o *GetBetaPrograms200ResponseAllOfDataInner) GetGreenlightOnly() bool

GetGreenlightOnly returns the GreenlightOnly field if non-nil, zero value otherwise.

GetGreenlightOnlyOk

func (o *GetBetaPrograms200ResponseAllOfDataInner) GetGreenlightOnlyOk() (*bool, bool)

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

SetGreenlightOnly

func (o *GetBetaPrograms200ResponseAllOfDataInner) SetGreenlightOnly(v bool)

SetGreenlightOnly sets GreenlightOnly field to given value.

HasGreenlightOnly

func (o *GetBetaPrograms200ResponseAllOfDataInner) HasGreenlightOnly() bool

HasGreenlightOnly returns a boolean if a field has been set.

GetId

func (o *GetBetaPrograms200ResponseAllOfDataInner) GetId() string

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

GetIdOk

func (o *GetBetaPrograms200ResponseAllOfDataInner) 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 *GetBetaPrograms200ResponseAllOfDataInner) SetId(v string)

SetId sets Id field to given value.

HasId

func (o *GetBetaPrograms200ResponseAllOfDataInner) HasId() bool

HasId returns a boolean if a field has been set.

GetLabel

func (o *GetBetaPrograms200ResponseAllOfDataInner) GetLabel() string

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

GetLabelOk

func (o *GetBetaPrograms200ResponseAllOfDataInner) 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 *GetBetaPrograms200ResponseAllOfDataInner) SetLabel(v string)

SetLabel sets Label field to given value.

HasLabel

func (o *GetBetaPrograms200ResponseAllOfDataInner) HasLabel() bool

HasLabel returns a boolean if a field has been set.

GetMoreInfo

func (o *GetBetaPrograms200ResponseAllOfDataInner) GetMoreInfo() string

GetMoreInfo returns the MoreInfo field if non-nil, zero value otherwise.

GetMoreInfoOk

func (o *GetBetaPrograms200ResponseAllOfDataInner) GetMoreInfoOk() (*string, bool)

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

SetMoreInfo

func (o *GetBetaPrograms200ResponseAllOfDataInner) SetMoreInfo(v string)

SetMoreInfo sets MoreInfo field to given value.

HasMoreInfo

func (o *GetBetaPrograms200ResponseAllOfDataInner) HasMoreInfo() bool

HasMoreInfo returns a boolean if a field has been set.

SetMoreInfoNil

func (o *GetBetaPrograms200ResponseAllOfDataInner) SetMoreInfoNil(b bool)

SetMoreInfoNil sets the value for MoreInfo to be an explicit nil

UnsetMoreInfo

func (o *GetBetaPrograms200ResponseAllOfDataInner) UnsetMoreInfo()

UnsetMoreInfo ensures that no value is present for MoreInfo, not even an explicit nil

GetStarted

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

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

GetStartedOk

func (o *GetBetaPrograms200ResponseAllOfDataInner) 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 *GetBetaPrograms200ResponseAllOfDataInner) SetStarted(v time.Time)

SetStarted sets Started field to given value.

HasStarted

func (o *GetBetaPrograms200ResponseAllOfDataInner) HasStarted() bool

HasStarted returns a boolean if a field has been set.

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