GoogleCloudDatacatalogV1LookerSystemSpecResponse

data class GoogleCloudDatacatalogV1LookerSystemSpecResponse(val parentInstanceDisplayName: String, val parentInstanceId: String, val parentModelDisplayName: String, val parentModelId: String, val parentViewDisplayName: String, val parentViewId: String)

Specification that applies to entries that are part LOOKER system (user_specified_type)

Constructors

constructor(parentInstanceDisplayName: String, parentInstanceId: String, parentModelDisplayName: String, parentModelId: String, parentViewDisplayName: String, parentViewId: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Name of the parent Looker Instance. Empty if it does not exist.

Link copied to clipboard

ID of the parent Looker Instance. Empty if it does not exist. Example value: someinstance.looker.com

Link copied to clipboard

Name of the parent Model. Empty if it does not exist.

Link copied to clipboard

ID of the parent Model. Empty if it does not exist.

Link copied to clipboard

Name of the parent View. Empty if it does not exist.

Link copied to clipboard

ID of the parent View. Empty if it does not exist.