Class: Google::Apis::StreetviewpublishV1::NotOutdoorsFailureDetails

Inherits:
Object
  • Object
show all
Includes:
Core::Hashable, Core::JsonObjectSupport
Defined in:
lib/google/apis/streetviewpublish_v1/classes.rb,
lib/google/apis/streetviewpublish_v1/representations.rb,
lib/google/apis/streetviewpublish_v1/representations.rb

Overview

Details related to ProcessingFailureReason#NOT_OUTDOORS.

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ NotOutdoorsFailureDetails

Returns a new instance of NotOutdoorsFailureDetails.



456
457
458
# File 'lib/google/apis/streetviewpublish_v1/classes.rb', line 456

def initialize(**args)
   update!(**args)
end

Instance Attribute Details

#timeString

Relative time (from the start of the video stream) when an indoor frame was found. Corresponds to the JSON property time

Returns:

  • (String)


454
455
456
# File 'lib/google/apis/streetviewpublish_v1/classes.rb', line 454

def time
  @time
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



461
462
463
# File 'lib/google/apis/streetviewpublish_v1/classes.rb', line 461

def update!(**args)
  @time = args[:time] if args.key?(:time)
end