GoogleApi.HealthCare.V1beta1.Model.Signature (google_api_health_care v0.30.0) View Source
User signature.
Attributes
-
image
(type:GoogleApi.HealthCare.V1beta1.Model.Image.t
, default:nil
) - An image of the user's signature. -
metadata
(type:map()
, default:nil
) - Metadata associated with the user's signature. For example, the user's name or the user's title. -
signatureTime
(type:DateTime.t
, default:nil
) - Timestamp of the signature. -
userId
(type:String.t
, default:nil
) - 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(), metadata: map(), signatureTime: DateTime.t(), userId: String.t() }
Link to this section Functions
Specs
Unwrap a decoded JSON object into its complex fields.