Class CustomerSettings
Represents settings at a customer level.
Implements
Inherited Members
Namespace: Google.Apis.CloudSearch.v1.Data
Assembly: Google.Apis.CloudSearch.v1.dll
Syntax
public class CustomerSettings : IDirectResponseSchema
Properties
AuditLoggingSettings
Audit Logging settings for the customer. If update_mask is empty then this field will be updated based on UpdateCustomerSettings request.
Declaration
[JsonProperty("auditLoggingSettings")]
public virtual AuditLoggingSettings AuditLoggingSettings { get; set; }
Property Value
Type | Description |
---|---|
AuditLoggingSettings |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
VpcSettings
VPC SC settings for the customer. If update_mask is empty then this field will be updated based on UpdateCustomerSettings request.
Declaration
[JsonProperty("vpcSettings")]
public virtual VPCSettings VpcSettings { get; set; }
Property Value
Type | Description |
---|---|
VPCSettings |