GoogleApi.CloudSearch.V1.Model.CustomerSettings (google_api_cloud_search v0.14.0) View Source
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.
Link to this section Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Link to this section Types
Specs
t() :: %GoogleApi.CloudSearch.V1.Model.CustomerSettings{ auditLoggingSettings: GoogleApi.CloudSearch.V1.Model.AuditLoggingSettings.t() | nil, vpcSettings: GoogleApi.CloudSearch.V1.Model.VPCSettings.t() | nil }
Link to this section Functions
Specs
Unwrap a decoded JSON object into its complex fields.