View Source GoogleApi.Looker.V1.Model.ExportInstanceRequest (google_api_looker v0.5.1)

Request options for exporting data of an Instance.

Attributes

  • encryptionConfig (type: GoogleApi.Looker.V1.Model.ExportEncryptionConfig.t, default: nil) - Required. Encryption configuration (CMEK). For CMEK enabled instances it should be same as looker CMEK.
  • gcsUri (type: String.t, default: nil) - The path to the folder in Google Cloud Storage where the export will be stored. The URI is in the form gs://bucketName/folderName.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.Looker.V1.Model.ExportInstanceRequest{
  encryptionConfig: GoogleApi.Looker.V1.Model.ExportEncryptionConfig.t() | nil,
  gcsUri: String.t() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.