class Google::Apis::DiscoveryengineV1::GoogleMonitoringV3TimeInterval
point in time.
start time is the same as the end time, then the interval represents a single
A time interval extending just after a start time through an end time. If the
def initialize(**args)
def initialize(**args) update!(**args) end
def update!(**args)
def update!(**args) @end_time = args[:end_time] if args.key?(:end_time) @start_time = args[:start_time] if args.key?(:start_time) end