Class EnvelopeSignature
Implements
Inherited Members
Namespace: Google.Apis.OnDemandScanning.v1.Data
Assembly: Google.Apis.OnDemandScanning.v1.dll
Syntax
public class EnvelopeSignature : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
Keyid
Declaration
[JsonProperty("keyid")]
public virtual string Keyid { get; set; }
Property Value
Type | Description |
---|---|
string |
Sig
Declaration
[JsonProperty("sig")]
public virtual string Sig { get; set; }
Property Value
Type | Description |
---|---|
string |