GoogleApi.AnalyticsHub.V1.Model.SelectedResource (google_api_analytics_hub v0.6.0)

View Source

Resource in this dataset that is selectively shared.

Attributes

  • routine (type: String.t, default: nil) - Optional. Format: For routine: projects/{projectId}/datasets/{datasetId}/routines/{routineId} Example:"projects/test_project/datasets/test_dataset/routines/test_routine"
  • table (type: String.t, default: nil) - Optional. Format: For table: projects/{projectId}/datasets/{datasetId}/tables/{tableId} Example:"projects/test_project/datasets/test_dataset/tables/test_table"

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

t()

@type t() :: %GoogleApi.AnalyticsHub.V1.Model.SelectedResource{
  routine: String.t() | nil,
  table: String.t() | nil
}

Functions

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.