View Source GoogleApi.Apigee.V1.Model.GoogleCloudApigeeV1EntityMetadata (google_api_apigee v0.46.0)

Metadata common to many entities in this API.

Attributes

  • createdAt (type: String.t, default: nil) - Time at which the API proxy was created, in milliseconds since epoch.
  • lastModifiedAt (type: String.t, default: nil) - Time at which the API proxy was most recently modified, in milliseconds since epoch.
  • subType (type: String.t, default: nil) - The type of entity described

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.Apigee.V1.Model.GoogleCloudApigeeV1EntityMetadata{
  createdAt: String.t() | nil,
  lastModifiedAt: String.t() | nil,
  subType: String.t() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.