View Source GoogleApi.HealthCare.V1.Model.Signature (google_api_health_care v0.50.1)

User signature.

Attributes

  • image (type: GoogleApi.HealthCare.V1.Model.Image.t, default: nil) - Optional. An image of the user's signature.
  • metadata (type: map(), default: nil) - Optional. Metadata associated with the user's signature. For example, the user's name or the user's title.
  • signatureTime (type: DateTime.t, default: nil) - Optional. Timestamp of the signature.
  • userId (type: String.t, default: nil) - Required. User's UUID provided by the client.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.HealthCare.V1.Model.Signature{
  image: GoogleApi.HealthCare.V1.Model.Image.t() | nil,
  metadata: map() | nil,
  signatureTime: DateTime.t() | nil,
  userId: String.t() | nil
}

Functions

@spec decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.