GoogleApi.HealthCare.V1beta1.Model.UserDataMapping (google_api_health_care v0.30.0) View Source
Maps a user data entry to its end user and Attributes.
Attributes
-
archiveTime
(type:DateTime.t
, default:nil
) - Output only. Indicates the time when this data mapping was archived. -
archived
(type:boolean()
, default:nil
) - Output only. Indicates whether this data mapping is archived. -
dataId
(type:String.t
, default:nil
) - Required. A unique identifier for the mapped data. -
name
(type:String.t
, default:nil
) - Resource name of the User data mapping, of the formprojects/{project_id}/locations/{location_id}/datasets/{dataset_id}/consentStores/{consent_store_id}/userDataMappings/{user_data_mapping_id}
. -
resourceAttributes
(type:list(GoogleApi.HealthCare.V1beta1.Model.Attribute.t)
, default:nil
) - Attributes of end user data. Each attribute can have exactly one value specified. 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.
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.UserDataMapping{ archiveTime: DateTime.t(), archived: boolean(), dataId: String.t(), name: String.t(), resourceAttributes: [GoogleApi.HealthCare.V1beta1.Model.Attribute.t()], userId: String.t() }
Link to this section Functions
Specs
Unwrap a decoded JSON object into its complex fields.