GoogleApi.Integrations.V1.Model.GoogleCloudIntegrationsV1alphaSearchIntegrationsResponseIntegrationSearchResult (google_api_integrations v0.15.0)

View Source

The integration search result with integration level information.

Attributes

  • createTime (type: DateTime.t, default: nil) - Output only. The create time of the integration version.
  • creator (type: String.t, default: nil) - The creator of the integration version.
  • description (type: String.t, default: nil) - The description of the integration version.
  • id (type: String.t, default: nil) - The integration id.
  • name (type: String.t, default: nil) - The integration document metadata.
  • region (type: String.t, default: nil) - The region of the integration version.
  • status (type: String.t, default: nil) - Output only. The status of the integration version.
  • version (type: String.t, default: nil) - The version of the integration version.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

t()

@type t() ::
  %GoogleApi.Integrations.V1.Model.GoogleCloudIntegrationsV1alphaSearchIntegrationsResponseIntegrationSearchResult{
    createTime: DateTime.t() | nil,
    creator: String.t() | nil,
    description: String.t() | nil,
    id: String.t() | nil,
    name: String.t() | nil,
    region: String.t() | nil,
    status: String.t() | nil,
    version: String.t() | nil
  }

Functions

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.