View Source GoogleApi.BigQuery.V2.Model.DestinationTableProperties (google_api_big_query v0.79.0)

Properties for the destination table.

Attributes

  • description (type: String.t, default: nil) - Optional. The description for the destination table. This will only be used if the destination table is newly created. If the table already exists and a value different than the current description is provided, the job will fail.
  • expirationTime (type: DateTime.t, default: nil) - Internal use only.
  • friendlyName (type: String.t, default: nil) - Optional. Friendly name for the destination table. If the table already exists, it should be same as the existing friendly name.
  • labels (type: map(), default: nil) - Optional. The labels associated with this table. You can use these to organize and group your tables. This will only be used if the destination table is newly created. If the table already exists and labels are different than the current labels are provided, the job will fail.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.BigQuery.V2.Model.DestinationTableProperties{
  description: String.t() | nil,
  expirationTime: DateTime.t() | nil,
  friendlyName: String.t() | nil,
  labels: map() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.