View Source GoogleApi.HealthCare.V1beta1.Model.Attribute (google_api_health_care v0.50.1)

An attribute value for a Consent or User data mapping. Each Attribute must have a corresponding AttributeDefinition in the consent store that defines the default and allowed values.

Attributes

  • attributeDefinitionId (type: String.t, default: nil) - Indicates the name of an attribute defined in the consent store.
  • values (type: list(String.t), default: nil) - The value of the attribute. Must be an acceptable value as defined in the consent store. For example, if the consent store defines "data type" with acceptable values "questionnaire" and "step-count", when the attribute name is data type, this field must contain one of those values.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.HealthCare.V1beta1.Model.Attribute{
  attributeDefinitionId: String.t() | nil,
  values: [String.t()] | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.