GoogleApi.CloudBuild.V1.Model.DeleteBitbucketServerConfigOperationMetadata (google_api_cloud_build v0.45.0) View Source

Metadata for DeleteBitbucketServerConfig operation.

Attributes

  • bitbucketServerConfig (type: String.t, default: nil) - The resource name of the BitbucketServerConfig to be deleted. Format: projects/{project}/locations/{location}/bitbucketServerConfigs/{id}.
  • completeTime (type: DateTime.t, default: nil) - Time the operation was completed.
  • createTime (type: DateTime.t, default: nil) - Time the operation was created.

Link to this section Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Link to this section Types

Specs

t() ::
  %GoogleApi.CloudBuild.V1.Model.DeleteBitbucketServerConfigOperationMetadata{
    bitbucketServerConfig: String.t() | nil,
    completeTime: DateTime.t() | nil,
    createTime: DateTime.t() | nil
  }

Link to this section Functions

Specs

decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.