google_api_cloud_functions v0.22.0 GoogleApi.CloudFunctions.V1.Model.OperationMetadataV1Beta2 View Source
Metadata describing an Operation
Attributes
-
request
(type:map()
, default:nil
) - The original request that started the operation. -
target
(type:String.t
, default:nil
) - Target of the operation - for example projects/project-1/locations/region-1/functions/function-1 -
type
(type:String.t
, default:nil
) - Type of operation. -
updateTime
(type:DateTime.t
, default:nil
) - The last update timestamp of the operation. -
versionId
(type:String.t
, default:nil
) - Version id of the function created or updated by an API call. This field is only populated for Create and Update operations.
Link to this section Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Link to this section Types
Specs
t() :: %GoogleApi.CloudFunctions.V1.Model.OperationMetadataV1Beta2{ request: map(), target: String.t(), type: String.t(), updateTime: DateTime.t(), versionId: String.t() }
Link to this section Functions
Specs
Unwrap a decoded JSON object into its complex fields.