Class Identity
The unique identifier of the update.
Implements
Inherited Members
Namespace: Google.Apis.OnDemandScanning.v1.Data
Assembly: Google.Apis.OnDemandScanning.v1.dll
Syntax
public class Identity : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
Revision
The revision number of the update.
Declaration
[JsonProperty("revision")]
public virtual int? Revision { get; set; }
Property Value
Type | Description |
---|---|
int? |
UpdateId
The revision independent identifier of the update.
Declaration
[JsonProperty("updateId")]
public virtual string UpdateId { get; set; }
Property Value
Type | Description |
---|---|
string |