google_api_source_repo v0.14.1 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 formprojects/<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
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
Unwrap a decoded JSON object into its complex fields.