View Source GoogleApi.Connectors.V2.Model.Entity (google_api_connectors v0.7.0)

'Entity row'/ 'Entity' refers to a single row of an entity type.

Attributes

  • fields (type: map(), default: nil) - Fields of the entity. The key is name of the field and the value contains the applicable google.protobuf.Value entry for this field.
  • name (type: String.t, default: nil) - Output only. Resource name of the Entity. Format: projects/{project}/locations/{location}/connections/{connection}/entityTypes/{type}/entities/{id}

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.Connectors.V2.Model.Entity{
  fields: map() | nil,
  name: String.t() | nil
}

Functions

@spec decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.