GoogleApi.Apigee.V1.Model.GoogleCloudApigeeV1ApiCategory (google_api_apigee v0.32.0) View Source
the Api category resource wrapped with response status, error_code etc.
Attributes
-
data
(type:GoogleApi.Apigee.V1.Model.GoogleCloudApigeeV1ApiCategoryData.t
, default:nil
) - Details of category. -
errorCode
(type:String.t
, default:nil
) - ID that can be used to find errors in the log files. -
message
(type:String.t
, default:nil
) - Description of the operation. -
requestId
(type:String.t
, default:nil
) - ID that can be used to find request details in the log files. -
status
(type:String.t
, default:nil
) - Status of the operation.
Link to this section Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Link to this section Types
Specs
t() :: %GoogleApi.Apigee.V1.Model.GoogleCloudApigeeV1ApiCategory{ data: GoogleApi.Apigee.V1.Model.GoogleCloudApigeeV1ApiCategoryData.t() | nil, errorCode: String.t() | nil, message: String.t() | nil, requestId: String.t() | nil, status: String.t() | nil }
Link to this section Functions
Specs
Unwrap a decoded JSON object into its complex fields.