View Source GoogleApi.Integrations.V1alpha.Model.EnterpriseCrmEventbusProtoExternalTraffic (google_api_integrations v0.14.0)

Represents external traffic type and id.

Attributes

  • gcpProjectId (type: String.t, default: nil) - User’s GCP project id the traffic is referring to.
  • gcpProjectNumber (type: String.t, default: nil) - User’s GCP project number the traffic is referring to.
  • location (type: String.t, default: nil) - Location for the user's request.
  • source (type: String.t, default: nil) - LINT.ThenChange(//depot/google3/enterprise/crm/eventbus/proto/product.proto:product, //depot/google3/java/com/google/enterprise/crm/integrationplatform/api/utils/ConverterUtils.java:source_to_product)

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

t()

@type t() ::
  %GoogleApi.Integrations.V1alpha.Model.EnterpriseCrmEventbusProtoExternalTraffic{
    gcpProjectId: String.t() | nil,
    gcpProjectNumber: String.t() | nil,
    location: String.t() | nil,
    source: String.t() | nil
  }

Functions

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.