Show / Hide Table of Contents

Class CustomerSettings

Represents settings at a customer level.

Inheritance
object
CustomerSettings
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
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
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

IDirectResponseSchema
In this article
Back to top Generated by DocFX