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

Metadata for UpdateGitLabConfig operation.

Attributes

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

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

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

Functions

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

Unwrap a decoded JSON object into its complex fields.