Show / Hide Table of Contents

Class ObjectId

An ObjectId specifies an object identifier (OID). These provide context and describe types in ASN.1 messages.

Inheritance
object
ObjectId
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.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?>

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX