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

The catalog item documentation wrapped with response status, error_code, etc.

Attributes

  • data (type: GoogleApi.Apigee.V1.Model.GoogleCloudApigeeV1ApiDocDocumentation.t, default: nil) - Output only. The documentation resource.
  • errorCode (type: String.t, default: nil) - Output only. Unique error code for the request, if any.
  • message (type: String.t, default: nil) - Output only. Description of the operation.
  • requestId (type: String.t, default: nil) - Output only. Unique ID of the request.
  • status (type: String.t, default: nil) - Output only. Status of the operation.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() ::
  %GoogleApi.Apigee.V1.Model.GoogleCloudApigeeV1ApiDocDocumentationResponse{
    data:
      GoogleApi.Apigee.V1.Model.GoogleCloudApigeeV1ApiDocDocumentation.t() | nil,
    errorCode: String.t() | nil,
    message: String.t() | nil,
    requestId: String.t() | nil,
    status: String.t() | nil
  }

Functions

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

Unwrap a decoded JSON object into its complex fields.