Name | Type | Description | Notes |
---|---|---|---|
CreatedAt | string | The time of creation in ISO 8601 UTC. | |
CreatedBy | Pointer to User | User information for the user who created this. | [optional] |
CreatedById | string | The ID of the user that created this. | |
ExpiresAt | Pointer to string | [optional] | |
IdentityId | string | ||
Plan | Pointer to Plan | Readonly in DB | [optional] |
PlanId | string | ||
UpdatedAt | Pointer to string | The time of the last update in ISO 8601 UTC. | [optional] |
UpdatedBy | Pointer to User | User information for the last user to update this. | [optional] |
UpdatedById | string | The ID of the user that performed the last update. | |
VersionId | int32 | The version ID of this item. Pass this version ID via an If-Match header when performing mutation operations on the item. |
func NewIdentityPlan(createdAt string, createdById string, identityId string, planId string, updatedById string, versionId int32, ) *IdentityPlan
NewIdentityPlan instantiates a new IdentityPlan 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 NewIdentityPlanWithDefaults() *IdentityPlan
NewIdentityPlanWithDefaults instantiates a new IdentityPlan 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 *IdentityPlan) GetCreatedAt() string
GetCreatedAt returns the CreatedAt field if non-nil, zero value otherwise.
func (o *IdentityPlan) GetCreatedAtOk() (*string, bool)
GetCreatedAtOk returns a tuple with the CreatedAt field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *IdentityPlan) SetCreatedAt(v string)
SetCreatedAt sets CreatedAt field to given value.
func (o *IdentityPlan) GetCreatedBy() User
GetCreatedBy returns the CreatedBy field if non-nil, zero value otherwise.
func (o *IdentityPlan) GetCreatedByOk() (*User, bool)
GetCreatedByOk returns a tuple with the CreatedBy field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *IdentityPlan) SetCreatedBy(v User)
SetCreatedBy sets CreatedBy field to given value.
func (o *IdentityPlan) HasCreatedBy() bool
HasCreatedBy returns a boolean if a field has been set.
func (o *IdentityPlan) GetCreatedById() string
GetCreatedById returns the CreatedById field if non-nil, zero value otherwise.
func (o *IdentityPlan) GetCreatedByIdOk() (*string, bool)
GetCreatedByIdOk returns a tuple with the CreatedById field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *IdentityPlan) SetCreatedById(v string)
SetCreatedById sets CreatedById field to given value.
func (o *IdentityPlan) GetExpiresAt() string
GetExpiresAt returns the ExpiresAt field if non-nil, zero value otherwise.
func (o *IdentityPlan) GetExpiresAtOk() (*string, bool)
GetExpiresAtOk returns a tuple with the ExpiresAt field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *IdentityPlan) SetExpiresAt(v string)
SetExpiresAt sets ExpiresAt field to given value.
func (o *IdentityPlan) HasExpiresAt() bool
HasExpiresAt returns a boolean if a field has been set.
func (o *IdentityPlan) GetIdentityId() string
GetIdentityId returns the IdentityId field if non-nil, zero value otherwise.
func (o *IdentityPlan) GetIdentityIdOk() (*string, bool)
GetIdentityIdOk returns a tuple with the IdentityId field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *IdentityPlan) SetIdentityId(v string)
SetIdentityId sets IdentityId field to given value.
func (o *IdentityPlan) GetPlan() Plan
GetPlan returns the Plan field if non-nil, zero value otherwise.
func (o *IdentityPlan) GetPlanOk() (*Plan, bool)
GetPlanOk returns a tuple with the Plan field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *IdentityPlan) SetPlan(v Plan)
SetPlan sets Plan field to given value.
func (o *IdentityPlan) HasPlan() bool
HasPlan returns a boolean if a field has been set.
func (o *IdentityPlan) GetPlanId() string
GetPlanId returns the PlanId field if non-nil, zero value otherwise.
func (o *IdentityPlan) GetPlanIdOk() (*string, bool)
GetPlanIdOk returns a tuple with the PlanId field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *IdentityPlan) SetPlanId(v string)
SetPlanId sets PlanId field to given value.
func (o *IdentityPlan) GetUpdatedAt() string
GetUpdatedAt returns the UpdatedAt field if non-nil, zero value otherwise.
func (o *IdentityPlan) GetUpdatedAtOk() (*string, bool)
GetUpdatedAtOk returns a tuple with the UpdatedAt field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *IdentityPlan) SetUpdatedAt(v string)
SetUpdatedAt sets UpdatedAt field to given value.
func (o *IdentityPlan) HasUpdatedAt() bool
HasUpdatedAt returns a boolean if a field has been set.
func (o *IdentityPlan) GetUpdatedBy() User
GetUpdatedBy returns the UpdatedBy field if non-nil, zero value otherwise.
func (o *IdentityPlan) GetUpdatedByOk() (*User, bool)
GetUpdatedByOk returns a tuple with the UpdatedBy field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *IdentityPlan) SetUpdatedBy(v User)
SetUpdatedBy sets UpdatedBy field to given value.
func (o *IdentityPlan) HasUpdatedBy() bool
HasUpdatedBy returns a boolean if a field has been set.
func (o *IdentityPlan) GetUpdatedById() string
GetUpdatedById returns the UpdatedById field if non-nil, zero value otherwise.
func (o *IdentityPlan) GetUpdatedByIdOk() (*string, bool)
GetUpdatedByIdOk returns a tuple with the UpdatedById field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *IdentityPlan) SetUpdatedById(v string)
SetUpdatedById sets UpdatedById field to given value.
func (o *IdentityPlan) GetVersionId() int32
GetVersionId returns the VersionId field if non-nil, zero value otherwise.
func (o *IdentityPlan) GetVersionIdOk() (*int32, bool)
GetVersionIdOk returns a tuple with the VersionId field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *IdentityPlan) SetVersionId(v int32)
SetVersionId sets VersionId field to given value.