View Source GoogleApi.PrivateCA.V1.Model.ObjectId (google_api_private_ca v0.15.1)

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

Attributes

  • objectIdPath (type: list(integer()), default: nil) - Required. The parts of an OID path. The most significant parts of the path come first.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.PrivateCA.V1.Model.ObjectId{objectIdPath: [integer()] | nil}

Functions

@spec decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.