google_api_memcache v0.2.0 GoogleApi.Memcache.V1beta2.Model.GoogleCloudMemcacheV1beta2OperationMetadata View Source
Represents the metadata of a long-running operation.
Attributes
apiVersion(type:String.t, default:nil) - API version used to start the operation.cancelRequested(type:boolean(), default:nil) - Identifies whether the user has requested cancellation of the operation. Operations that have successfully been cancelled have Operation.error value with a google.rpc.Status.code of 1, corresponding toCode.CANCELLED.createTime(type:DateTime.t, default:nil) - Time when the operation was created.endTime(type:DateTime.t, default:nil) - Time when the operation finished running.statusDetail(type:String.t, default:nil) - Human-readable status of the operation, if any.target(type:String.t, default:nil) - Server-defined resource path for the target of the operation.verb(type:String.t, default:nil) - Name of the verb executed by the operation.
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 Sourcet() ::
%GoogleApi.Memcache.V1beta2.Model.GoogleCloudMemcacheV1beta2OperationMetadata{
apiVersion: String.t(),
cancelRequested: boolean(),
createTime: DateTime.t(),
endTime: DateTime.t(),
statusDetail: String.t(),
target: String.t(),
verb: String.t()
}
Link to this section Functions
Unwrap a decoded JSON object into its complex fields.