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