GoogleApi.DataCatalog.V1.Model.GoogleCloudDatacatalogV1LookerSystemSpec (google_api_data_catalog v0.32.2)
View SourceSpecification that applies to entries that are part LOOKER system (user_specified_type)
Attributes
-
parentInstanceDisplayName(type:String.t, default:nil) - Name of the parent Looker Instance. Empty if it does not exist. -
parentInstanceId(type:String.t, default:nil) - ID of the parent Looker Instance. Empty if it does not exist. Example value:someinstance.looker.com -
parentModelDisplayName(type:String.t, default:nil) - Name of the parent Model. Empty if it does not exist. -
parentModelId(type:String.t, default:nil) - ID of the parent Model. Empty if it does not exist. -
parentViewDisplayName(type:String.t, default:nil) - Name of the parent View. Empty if it does not exist. -
parentViewId(type:String.t, default:nil) - ID of the parent View. Empty if it does not exist.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.DataCatalog.V1.Model.GoogleCloudDatacatalogV1LookerSystemSpec{ parentInstanceDisplayName: String.t() | nil, parentInstanceId: String.t() | nil, parentModelDisplayName: String.t() | nil, parentModelId: String.t() | nil, parentViewDisplayName: String.t() | nil, parentViewId: String.t() | nil }