GoogleApi.SourceRepo.V1.Model.SyncRepoMetadata (google_api_source_repo v0.15.2) View Source

Metadata of SyncRepo. This message is in the metadata field of Operation.

Attributes

  • name (type: String.t, default: nil) - The name of the repo being synchronized. Values are of the form projects//repos/.
  • startTime (type: DateTime.t, default: nil) - The time this operation is started.
  • statusMessage (type: String.t, default: nil) - The latest status message on syncing the repository.
  • updateTime (type: DateTime.t, default: nil) - The time this operation's status message is updated.

Link to this section Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Link to this section Types

Specs

t() :: %GoogleApi.SourceRepo.V1.Model.SyncRepoMetadata{
  name: String.t(),
  startTime: DateTime.t(),
  statusMessage: String.t(),
  updateTime: DateTime.t()
}

Link to this section Functions

Specs

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

Unwrap a decoded JSON object into its complex fields.