google_api_apigee v0.4.0 GoogleApi.Apigee.V1.Model.GoogleCloudApigeeV1ProxySpec View Source

Attributes

  • created (type: String.t, default: nil) - Time the portal was created in milliseconds since epoch.
  • inDocstore (type: boolean(), default: nil) - Not used by Apigee hybrid.
  • lastModified (type: String.t, default: nil) - Time the portal was last modified in milliseconds since epoch.
  • name (type: String.t, default: nil) - Name of the OpenAPI Specification.
  • proxy (type: String.t, default: nil) - Name of the API proxy.
  • revision (type: integer(), default: nil) - Revision of the API proxy.
  • url (type: String.t, default: nil) - URL of the OpenAPI Specification.

Link to this section Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Link to this section Types

Link to this type

t()

View Source
t() :: %GoogleApi.Apigee.V1.Model.GoogleCloudApigeeV1ProxySpec{
  created: String.t(),
  inDocstore: boolean(),
  lastModified: String.t(),
  name: String.t(),
  proxy: String.t(),
  revision: integer(),
  url: String.t()
}

Link to this section Functions

Link to this function

decode(value, options)

View Source
decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.