PostTokenProperties
Last updated
Last updated
Name | Type | Description | Notes |
---|---|---|---|
func NewPostTokenProperties(name string, ) *PostTokenProperties
NewPostTokenProperties instantiates a new PostTokenProperties 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 NewPostTokenPropertiesWithDefaults() *PostTokenProperties
NewPostTokenPropertiesWithDefaults instantiates a new PostTokenProperties 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 *PostTokenProperties) GetExpiryDate() time.Time
GetExpiryDate returns the ExpiryDate field if non-nil, zero value otherwise.
func (o *PostTokenProperties) GetExpiryDateOk() (*time.Time, bool)
GetExpiryDateOk returns a tuple with the ExpiryDate field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *PostTokenProperties) SetExpiryDate(v time.Time)
SetExpiryDate sets ExpiryDate field to given value.
func (o *PostTokenProperties) HasExpiryDate() bool
HasExpiryDate returns a boolean if a field has been set.
func (o *PostTokenProperties) SetExpiryDateNil(b bool)
SetExpiryDateNil sets the value for ExpiryDate to be an explicit nil
func (o *PostTokenProperties) UnsetExpiryDate()
UnsetExpiryDate ensures that no value is present for ExpiryDate, not even an explicit nil
func (o *PostTokenProperties) GetName() string
GetName returns the Name field if non-nil, zero value otherwise.
func (o *PostTokenProperties) GetNameOk() (*string, bool)
GetNameOk returns a tuple with the Name field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *PostTokenProperties) SetName(v string)
SetName sets Name field to given value.
func (o *PostTokenProperties) GetScopes() []Scope
GetScopes returns the Scopes field if non-nil, zero value otherwise.
func (o *PostTokenProperties) GetScopesOk() (*[]Scope, bool)
GetScopesOk returns a tuple with the Scopes field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *PostTokenProperties) SetScopes(v []Scope)
SetScopes sets Scopes field to given value.
func (o *PostTokenProperties) HasScopes() bool
HasScopes returns a boolean if a field has been set.
func (o *PostTokenProperties) SetScopesNil(b bool)
SetScopesNil sets the value for Scopes to be an explicit nil
func (o *PostTokenProperties) UnsetScopes()
UnsetScopes ensures that no value is present for Scopes, not even an explicit nil
func (o *PostTokenProperties) GetStatus() string
GetStatus returns the Status field if non-nil, zero value otherwise.
func (o *PostTokenProperties) GetStatusOk() (*string, bool)
GetStatusOk returns a tuple with the Status field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *PostTokenProperties) SetStatus(v string)
SetStatus sets Status field to given value.
func (o *PostTokenProperties) HasStatus() bool
HasStatus returns a boolean if a field has been set.
ExpiryDate
Pointer to NullableTime
[optional]
Name
string
Scopes
Pointer to []Scope
[optional]
Status
Pointer to string
[optional]