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

Maps a resource to the associated user and Attributes.

Attributes

  • archiveTime (type: DateTime.t, default: nil) - Output only. Indicates the time when this mapping was archived.
  • archived (type: boolean(), default: nil) - Output only. Indicates whether this mapping is archived.
  • dataId (type: String.t, default: nil) - Required. A unique identifier for the mapped resource.
  • name (type: String.t, default: nil) - Resource name of the User data mapping, of the form projects/{project_id}/locations/{location_id}/datasets/{dataset_id}/consentStores/{consent_store_id}/userDataMappings/{user_data_mapping_id}.
  • resourceAttributes (type: list(GoogleApi.HealthCare.V1.Model.Attribute.t), default: nil) - Attributes of the resource. Only explicitly set attributes are displayed here. Attribute definitions with defaults set implicitly apply to these User data mappings. Attributes listed here must be single valued, that is, exactly one value is specified for the field "values" in each Attribute.
  • 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.UserDataMapping{
  archiveTime: DateTime.t() | nil,
  archived: boolean() | nil,
  dataId: String.t() | nil,
  name: String.t() | nil,
  resourceAttributes: [GoogleApi.HealthCare.V1.Model.Attribute.t()] | nil,
  userId: String.t() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.