Show / Hide Table of Contents

Class CustomerSettings

Represents settings at a customer level.

Inheritance
System.Object
CustomerSettings
Implements
Google.Apis.Requests.IDirectResponseSchema
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
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
System.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

Implements

Google.Apis.Requests.IDirectResponseSchema
In This Article
Back to top