Show / Hide Table of Contents

Class SCCInfo

Info associated with SCC signals.

Inheritance
object
SCCInfo
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.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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX