View Source GoogleApi.ContactCenterAIPlatform.V1alpha1.Model.PscSetting (google_api_contact_center_ai_platform v0.5.3)

Private service connect settings.

Attributes

  • allowedConsumerProjectIds (type: list(String.t), default: nil) - The list of project ids that are allowed to send traffic to the service attachment. This field should be filled only for the ingress components.
  • producerProjectIds (type: list(String.t), default: nil) - Output only. The CCAIP tenant project ids.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

t()

@type t() :: %GoogleApi.ContactCenterAIPlatform.V1alpha1.Model.PscSetting{
  allowedConsumerProjectIds: [String.t()] | nil,
  producerProjectIds: [String.t()] | nil
}

Functions

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.