Class TimeWindow (2.11.1)

TimeWindow(mapping=None, *, ignore_unknown_fields=False, **kwargs)

Attributes

NameDescription
maintenance_exclusion_options google.cloud.container_v1.types.MaintenanceExclusionOptions
MaintenanceExclusionOptions provides maintenance exclusion related options. This field is a member of `oneof`_ ``options``.
start_time google.protobuf.timestamp_pb2.Timestamp
The time that the window first starts.
end_time google.protobuf.timestamp_pb2.Timestamp
The time that the window ends. The end time should take place after the start time.

Inheritance

builtins.object > proto.message.Message > TimeWindow