View Source GoogleApi.Apigee.V1.Model.GoogleCloudApigeeV1ApiDocResponse (google_api_apigee v0.53.0)
The catalog item resource wrapped with response status, error_code, etc.
Attributes
-
data(type:GoogleApi.Apigee.V1.Model.GoogleCloudApigeeV1ApiDoc.t, default:nil) - The catalog item resource. -
errorCode(type:String.t, default:nil) - Unique error code for the request, if any. -
message(type:String.t, default:nil) - Description of the operation. -
requestId(type:String.t, default:nil) - Unique ID of the request. -
status(type:String.t, default:nil) - Status of the operation.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.Apigee.V1.Model.GoogleCloudApigeeV1ApiDocResponse{ data: GoogleApi.Apigee.V1.Model.GoogleCloudApigeeV1ApiDoc.t() | nil, errorCode: String.t() | nil, message: String.t() | nil, requestId: String.t() | nil, status: String.t() | nil }