GetDatastoreResult

data class GetDatastoreResult(val createTime: String, val datastoreConfig: GoogleCloudApigeeV1DatastoreConfigResponse, val displayName: String, val lastUpdateTime: String, val org: String, val self: String, val targetType: String)

Constructors

Link copied to clipboard
fun GetDatastoreResult(createTime: String, datastoreConfig: GoogleCloudApigeeV1DatastoreConfigResponse, displayName: String, lastUpdateTime: String, org: String, self: String, targetType: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Datastore create time, in milliseconds since the epoch of 1970-01-01T00:00:00Z

Link copied to clipboard
Link copied to clipboard

Display name in UI

Link copied to clipboard

Datastore last update time, in milliseconds since the epoch of 1970-01-01T00:00:00Z

Link copied to clipboard
val org: String

Organization that the datastore belongs to

Link copied to clipboard

Resource link of Datastore. Example: /organizations/{org}/analytics/datastores/{uuid}

Link copied to clipboard

Destination storage type. Supported types gcs or bigquery.