GoogleApi.Apigee.V1.Model.GoogleCloudApigeeV1OperationMetadata (google_api_apigee v0.35.0) View Source
Metadata describing an Operation.
Attributes
-
operationType
(type:String.t
, default:nil
) - -
progress
(type:GoogleApi.Apigee.V1.Model.GoogleCloudApigeeV1OperationMetadataProgress.t
, default:nil
) - Progress of the operation. -
state
(type:String.t
, default:nil
) - -
targetResourceName
(type:String.t
, default:nil
) - Name of the resource for which the operation is operating on.
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.GoogleCloudApigeeV1OperationMetadata{ operationType: String.t() | nil, progress: GoogleApi.Apigee.V1.Model.GoogleCloudApigeeV1OperationMetadataProgress.t() | nil, state: String.t() | nil, targetResourceName: String.t() | nil }
Link to this section Functions
Specs
Unwrap a decoded JSON object into its complex fields.