GetEntityResult

data class GetEntityResult(val fields: Map<String, String>, val name: String)

Constructors

Link copied to clipboard
constructor(fields: Map<String, String>, name: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Fields of the entity. The key is name of the field and the value contains the applicable google.protobuf.Value entry for this field.

Link copied to clipboard

Resource name of the Entity. Format: projects/{project}/locations/{location}/connections/{connection}/entityTypes/{type}/entities/{id}