View Source GoogleApi.SourceRepo.V1.Model.SyncRepoMetadata (google_api_source_repo v0.16.3)
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 formprojects//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.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.SourceRepo.V1.Model.SyncRepoMetadata{ name: String.t() | nil, startTime: DateTime.t() | nil, statusMessage: String.t() | nil, updateTime: DateTime.t() | nil }
Functions
Unwrap a decoded JSON object into its complex fields.