View Source GoogleApi.CloudSearch.V1.Model.CustomerSettings (google_api_cloud_search v0.21.0)

Represents settings at a customer level.

Attributes

  • auditLoggingSettings (type: GoogleApi.CloudSearch.V1.Model.AuditLoggingSettings.t, default: nil) - Audit Logging settings for the customer. If update_mask is empty then this field will be updated based on UpdateCustomerSettings request.
  • vpcSettings (type: GoogleApi.CloudSearch.V1.Model.VPCSettings.t, default: nil) - VPC SC settings for the customer. If update_mask is empty then this field will be updated based on UpdateCustomerSettings request.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.CloudSearch.V1.Model.CustomerSettings{
  auditLoggingSettings:
    GoogleApi.CloudSearch.V1.Model.AuditLoggingSettings.t() | nil,
  vpcSettings: GoogleApi.CloudSearch.V1.Model.VPCSettings.t() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.