Class ObjectId
An ObjectId specifies an object identifier (OID). These provide context and describe types in ASN.1 messages.
Implements
Inherited Members
Namespace: Google.Apis.CertificateAuthorityService.v1.Data
Assembly: Google.Apis.CertificateAuthorityService.v1.dll
Syntax
public class ObjectId : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
ObjectIdPath
Required. The parts of an OID path. The most significant parts of the path come first.
Declaration
[JsonProperty("objectIdPath")]
public virtual IList<int?> ObjectIdPath { get; set; }
Property Value
Type | Description |
---|---|
IList<int?> |