View Source GoogleApi.CloudBuild.V1.Model.BatchCreateBitbucketServerConnectedRepositoriesResponseMetadata (google_api_cloud_build v0.50.1)

Metadata for BatchCreateBitbucketServerConnectedRepositories operation.

Attributes

  • completeTime (type: DateTime.t, default: nil) - Time the operation was completed.
  • config (type: String.t, default: nil) - The name of the BitbucketServerConfig that added connected repositories. Format: projects/{project}/locations/{location}/bitbucketServerConfigs/{config}
  • createTime (type: DateTime.t, default: nil) - Time the operation was created.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() ::
  %GoogleApi.CloudBuild.V1.Model.BatchCreateBitbucketServerConnectedRepositoriesResponseMetadata{
    completeTime: DateTime.t() | nil,
    config: String.t() | nil,
    createTime: DateTime.t() | nil
  }

Functions

@spec decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.