google_api_source_repo v0.6.0 GoogleApi.SourceRepo.V1.Model.SyncRepoMetadata 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/<project>/repos/<repo>.
  • 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

Link to this type

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

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.