Show / Hide Table of Contents

Class Settings

Global Settings details.

Inheritance
object
Settings
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.Connectors.v1.Data
Assembly: Google.Apis.Connectors.v1.dll
Syntax
public class Settings : IDirectResponseSchema

Properties

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

Name

Output only. Resource name of the Connection. Format: projects/{project}/locations/global/settings}

Declaration
[JsonProperty("name")]
public virtual string Name { get; set; }
Property Value
Type Description
string

Payg

Output only. Flag indicates if user is in PayG model

Declaration
[JsonProperty("payg")]
public virtual bool? Payg { get; set; }
Property Value
Type Description
bool?

TenantProjectId

Output only. Tenant project id of the consumer project.

Declaration
[JsonProperty("tenantProjectId")]
public virtual string TenantProjectId { get; set; }
Property Value
Type Description
string

Vpcsc

Optional. Flag indicates whether vpc-sc is enabled.

Declaration
[JsonProperty("vpcsc")]
public virtual bool? Vpcsc { get; set; }
Property Value
Type Description
bool?

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX