View Source GoogleApi.Integrations.V1.Model.EnterpriseCrmEventbusProtoExternalTraffic (google_api_integrations v0.10.1)

Represents external traffic type and id.

Attributes

  • enableInternalIp (type: boolean(), default: nil) - Indicates the client enables internal IP feature, this is applicable for internal clients only.
  • 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.
  • retryRequestForQuota (type: boolean(), default: nil) - Enqueue the execution request due to quota issue
  • source (type: String.t, default: nil) -

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

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

Functions

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

Unwrap a decoded JSON object into its complex fields.