GoogleApi.Apigee.V1.Model.GoogleCloudApigeeV1EntityMetadata (google_api_apigee v0.54.0)

View Source

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

t()

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

Functions

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.