GoogleApi.HealthCare.V1beta1.Model.Signature (google_api_health_care v0.40.0) View Source
User signature.
Attributes
-
image(type:GoogleApi.HealthCare.V1beta1.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.
Link to this section Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Link to this section Types
Specs
t() :: %GoogleApi.HealthCare.V1beta1.Model.Signature{
image: GoogleApi.HealthCare.V1beta1.Model.Image.t() | nil,
metadata: map() | nil,
signatureTime: DateTime.t() | nil,
userId: String.t() | nil
}
Link to this section Functions
Specs
Unwrap a decoded JSON object into its complex fields.