GetServiceClassResult

data class GetServiceClassResult(val createTime: String, val description: String, val labels: Map<String, String>, val name: String, val serviceClass: String, val serviceConnectionMaps: List<String>, val updateTime: String)

Constructors

Link copied to clipboard
fun GetServiceClassResult(createTime: String, description: String, labels: Map<String, String>, name: String, serviceClass: String, serviceConnectionMaps: List<String>, updateTime: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Time when the ServiceClass was created.

Link copied to clipboard

A description of this resource.

Link copied to clipboard

User-defined labels.

Link copied to clipboard

Immutable. The name of a ServiceClass resource. Format: projects/{project}/locations/{location}/serviceClasses/{service_class} See: https://google.aip.dev/122#fields-representing-resource-names

Link copied to clipboard

The generated service class name. Use this name to refer to the Service class in Service Connection Maps and Service Connection Policies.

Link copied to clipboard

URIs of all Service Connection Maps using this service class.

Link copied to clipboard

Time when the ServiceClass was updated.