Class SCCInfo
Info associated with SCC signals.
Implements
Inherited Members
Namespace: Google.Apis.DatabaseCenter.v1beta.Data
Assembly: Google.Apis.DatabaseCenter.v1beta.dll
Syntax
public class SCCInfo : IDirectResponseSchema
Properties
Category
Name by which SCC calls this signal.
Declaration
[JsonProperty("category")]
public virtual string Category { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
ExternalUri
External URI which points to a SCC page associated with the signal.
Declaration
[JsonProperty("externalUri")]
public virtual string ExternalUri { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
RegulatoryStandards
Compliances that are associated with the signal.
Declaration
[JsonProperty("regulatoryStandards")]
public virtual IList<RegulatoryStandard> RegulatoryStandards { get; set; }
Property Value
| Type | Description |
|---|---|
| IList<RegulatoryStandard> |
Signal
Name of the signal.
Declaration
[JsonProperty("signal")]
public virtual string Signal { get; set; }
Property Value
| Type | Description |
|---|---|
| string |