View Source GoogleApi.HealthCare.V1beta1.Model.ImportResourcesHistoryRequest (google_api_health_care v0.51.0)

Request to import the history of resources.

Attributes

  • contentStructure (type: String.t, default: nil) - The content structure in the source location. If not specified, the server treats the input source files as BUNDLE.
  • gcsSource (type: GoogleApi.HealthCare.V1beta1.Model.GoogleCloudHealthcareV1beta1FhirGcsSource.t, default: nil) - Cloud Storage source data location and import configuration. The Cloud Healthcare Service Agent requires the roles/storage.objectAdmin Cloud IAM roles on the Cloud Storage location. The Healthcare Service Agent Each Cloud Storage object should be a text file that contains the format specified in ContentStructure.
  • maxErrorCount (type: String.t, default: nil) - The maximum number of errors before the server cancels the operation. If not specified or set to 0, defaults to 100. -1 means no maximum, the server tries to process all input. Since the server executes the operation in parallel, it might not stop the operation after exactly this number of errors occur.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.HealthCare.V1beta1.Model.ImportResourcesHistoryRequest{
  contentStructure: String.t() | nil,
  gcsSource:
    GoogleApi.HealthCare.V1beta1.Model.GoogleCloudHealthcareV1beta1FhirGcsSource.t()
    | nil,
  maxErrorCount: String.t() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.