Class Settings
Global Settings details.
Implements
Inherited Members
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? |