Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func CreateSubmissionUserIdentityFromDiscriminatorValue ¶
func CreateSubmissionUserIdentityFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode) (i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error)
CreateSubmissionUserIdentityFromDiscriminatorValue creates a new instance of the appropriate class based on discriminator value returns a Parsable when successful
Types ¶
type SubmissionUserIdentity ¶
type SubmissionUserIdentity struct {
ic0b244548f4d248264a1f750ce59f6e064a76c1a39ca69f620ae700132501ecc.Identity
// contains filtered or unexported fields
}
func NewSubmissionUserIdentity ¶
func NewSubmissionUserIdentity() *SubmissionUserIdentity
NewSubmissionUserIdentity instantiates a new SubmissionUserIdentity and sets the default values.
func (*SubmissionUserIdentity) GetEmail ¶
func (m *SubmissionUserIdentity) GetEmail() *string
GetEmail gets the email property value. The email of user who is making the submission when logged in (delegated token case). returns a *string when successful
func (*SubmissionUserIdentity) GetFieldDeserializers ¶
func (m *SubmissionUserIdentity) GetFieldDeserializers() map[string]func(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode) error
GetFieldDeserializers the deserialization information for the current model returns a map[string]func(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(error) when successful
func (*SubmissionUserIdentity) Serialize ¶
func (m *SubmissionUserIdentity) Serialize(writer i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.SerializationWriter) error
Serialize serializes information the current object
func (*SubmissionUserIdentity) SetEmail ¶
func (m *SubmissionUserIdentity) SetEmail(value *string)
SetEmail sets the email property value. The email of user who is making the submission when logged in (delegated token case).
type SubmissionUserIdentityable ¶
type SubmissionUserIdentityable interface {
ic0b244548f4d248264a1f750ce59f6e064a76c1a39ca69f620ae700132501ecc.Identityable
i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable
GetEmail() *string
SetEmail(value *string)
}