Interface protos.google.cloud.gaming.v1.ISchedule (2.4.0)

Properties of a Schedule.

Package

@google-cloud/game-servers!

Properties

cronJobDuration

cronJobDuration?: (google.protobuf.IDuration|null);

Schedule cronJobDuration

Property Value
TypeDescription
(google.protobuf.IDuration|null)

cronSpec

cronSpec?: (string|null);

Schedule cronSpec

Property Value
TypeDescription
(string|null)

endTime

endTime?: (google.protobuf.ITimestamp|null);

Schedule endTime

Property Value
TypeDescription
(google.protobuf.ITimestamp|null)

startTime

startTime?: (google.protobuf.ITimestamp|null);

Schedule startTime

Property Value
TypeDescription
(google.protobuf.ITimestamp|null)