google_api_cloud_functions v0.5.1 GoogleApi.CloudFunctions.V1.Model.OperationMetadataV1Beta2 View Source

Metadata describing an Operation

Attributes

  • request (%{optional(String.t) => String.t}): The original request that started the operation. Defaults to: null.
  • target (String.t): Target of the operation - for example projects/project-1/locations/region-1/functions/function-1 Defaults to: null.
  • type (String.t): Type of operation. Defaults to: null.

    • Enum - one of [OPERATION_UNSPECIFIED, CREATE_FUNCTION, UPDATE_FUNCTION, DELETE_FUNCTION]
  • updateTime (DateTime.t): The last update timestamp of the operation. Defaults to: null.
  • 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: null.

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() :: %GoogleApi.CloudFunctions.V1.Model.OperationMetadataV1Beta2{
  request: map(),
  target: any(),
  type: any(),
  updateTime: DateTime.t(),
  versionId: any()
}

Link to this section Functions

Link to this function

decode(value, options) View Source
decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.