Skip to content

Latest commit

 

History

History
286 lines (153 loc) · 7.62 KB

IdentityPlan.md

File metadata and controls

286 lines (153 loc) · 7.62 KB

IdentityPlan

Properties

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.

Methods

NewIdentityPlan

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

NewIdentityPlanWithDefaults

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

GetCreatedAt

func (o *IdentityPlan) GetCreatedAt() string

GetCreatedAt returns the CreatedAt field if non-nil, zero value otherwise.

GetCreatedAtOk

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.

SetCreatedAt

func (o *IdentityPlan) SetCreatedAt(v string)

SetCreatedAt sets CreatedAt field to given value.

GetCreatedBy

func (o *IdentityPlan) GetCreatedBy() User

GetCreatedBy returns the CreatedBy field if non-nil, zero value otherwise.

GetCreatedByOk

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.

SetCreatedBy

func (o *IdentityPlan) SetCreatedBy(v User)

SetCreatedBy sets CreatedBy field to given value.

HasCreatedBy

func (o *IdentityPlan) HasCreatedBy() bool

HasCreatedBy returns a boolean if a field has been set.

GetCreatedById

func (o *IdentityPlan) GetCreatedById() string

GetCreatedById returns the CreatedById field if non-nil, zero value otherwise.

GetCreatedByIdOk

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.

SetCreatedById

func (o *IdentityPlan) SetCreatedById(v string)

SetCreatedById sets CreatedById field to given value.

GetExpiresAt

func (o *IdentityPlan) GetExpiresAt() string

GetExpiresAt returns the ExpiresAt field if non-nil, zero value otherwise.

GetExpiresAtOk

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.

SetExpiresAt

func (o *IdentityPlan) SetExpiresAt(v string)

SetExpiresAt sets ExpiresAt field to given value.

HasExpiresAt

func (o *IdentityPlan) HasExpiresAt() bool

HasExpiresAt returns a boolean if a field has been set.

GetIdentityId

func (o *IdentityPlan) GetIdentityId() string

GetIdentityId returns the IdentityId field if non-nil, zero value otherwise.

GetIdentityIdOk

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.

SetIdentityId

func (o *IdentityPlan) SetIdentityId(v string)

SetIdentityId sets IdentityId field to given value.

GetPlan

func (o *IdentityPlan) GetPlan() Plan

GetPlan returns the Plan field if non-nil, zero value otherwise.

GetPlanOk

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.

SetPlan

func (o *IdentityPlan) SetPlan(v Plan)

SetPlan sets Plan field to given value.

HasPlan

func (o *IdentityPlan) HasPlan() bool

HasPlan returns a boolean if a field has been set.

GetPlanId

func (o *IdentityPlan) GetPlanId() string

GetPlanId returns the PlanId field if non-nil, zero value otherwise.

GetPlanIdOk

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.

SetPlanId

func (o *IdentityPlan) SetPlanId(v string)

SetPlanId sets PlanId field to given value.

GetUpdatedAt

func (o *IdentityPlan) GetUpdatedAt() string

GetUpdatedAt returns the UpdatedAt field if non-nil, zero value otherwise.

GetUpdatedAtOk

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.

SetUpdatedAt

func (o *IdentityPlan) SetUpdatedAt(v string)

SetUpdatedAt sets UpdatedAt field to given value.

HasUpdatedAt

func (o *IdentityPlan) HasUpdatedAt() bool

HasUpdatedAt returns a boolean if a field has been set.

GetUpdatedBy

func (o *IdentityPlan) GetUpdatedBy() User

GetUpdatedBy returns the UpdatedBy field if non-nil, zero value otherwise.

GetUpdatedByOk

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.

SetUpdatedBy

func (o *IdentityPlan) SetUpdatedBy(v User)

SetUpdatedBy sets UpdatedBy field to given value.

HasUpdatedBy

func (o *IdentityPlan) HasUpdatedBy() bool

HasUpdatedBy returns a boolean if a field has been set.

GetUpdatedById

func (o *IdentityPlan) GetUpdatedById() string

GetUpdatedById returns the UpdatedById field if non-nil, zero value otherwise.

GetUpdatedByIdOk

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.

SetUpdatedById

func (o *IdentityPlan) SetUpdatedById(v string)

SetUpdatedById sets UpdatedById field to given value.

GetVersionId

func (o *IdentityPlan) GetVersionId() int32

GetVersionId returns the VersionId field if non-nil, zero value otherwise.

GetVersionIdOk

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.

SetVersionId

func (o *IdentityPlan) SetVersionId(v int32)

SetVersionId sets VersionId field to given value.

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