Class: Google::Apis::CloudsearchV1::EnterpriseTopazSidekickGap
- Inherits:
-
Object
- Object
- Google::Apis::CloudsearchV1::EnterpriseTopazSidekickGap
- Includes:
- Google::Apis::Core::Hashable, Google::Apis::Core::JsonObjectSupport
- Defined in:
- lib/google/apis/cloudsearch_v1/classes.rb,
lib/google/apis/cloudsearch_v1/representations.rb,
lib/google/apis/cloudsearch_v1/representations.rb
Instance Attribute Summary collapse
-
#display_remaining_time ⇒ String
Localized time string in the format: 1 hour 15 minutes Corresponds to the JSON property
displayRemainingTime
. -
#end_time ⇒ String
Localized time string in the format:(Locale CZ) 8:30 odp.
-
#end_time_ms ⇒ Fixnum
Corresponds to the JSON property
endTimeMs
. -
#remaining_time ⇒ String
Corresponds to the JSON property
remainingTime
. -
#start_time ⇒ String
Localized time string in the format:(Locale CZ) 8:30 odp.
-
#start_time_ms ⇒ Fixnum
Corresponds to the JSON property
startTimeMs
.
Instance Method Summary collapse
-
#initialize(**args) ⇒ EnterpriseTopazSidekickGap
constructor
A new instance of EnterpriseTopazSidekickGap.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ EnterpriseTopazSidekickGap
Returns a new instance of EnterpriseTopazSidekickGap.
2335 2336 2337 |
# File 'lib/google/apis/cloudsearch_v1/classes.rb', line 2335 def initialize(**args) update!(**args) end |
Instance Attribute Details
#display_remaining_time ⇒ String
Localized time string in the format: 1 hour 15 minutes
Corresponds to the JSON property displayRemainingTime
2308 2309 2310 |
# File 'lib/google/apis/cloudsearch_v1/classes.rb', line 2308 def display_remaining_time @display_remaining_time end |
#end_time ⇒ String
Localized time string in the format:(Locale CZ) 8:30 odp.
Corresponds to the JSON property endTime
2313 2314 2315 |
# File 'lib/google/apis/cloudsearch_v1/classes.rb', line 2313 def end_time @end_time end |
#end_time_ms ⇒ Fixnum
Corresponds to the JSON property endTimeMs
2318 2319 2320 |
# File 'lib/google/apis/cloudsearch_v1/classes.rb', line 2318 def end_time_ms @end_time_ms end |
#remaining_time ⇒ String
Corresponds to the JSON property remainingTime
2323 2324 2325 |
# File 'lib/google/apis/cloudsearch_v1/classes.rb', line 2323 def remaining_time @remaining_time end |
#start_time ⇒ String
Localized time string in the format:(Locale CZ) 8:30 odp.
Corresponds to the JSON property startTime
2328 2329 2330 |
# File 'lib/google/apis/cloudsearch_v1/classes.rb', line 2328 def start_time @start_time end |
#start_time_ms ⇒ Fixnum
Corresponds to the JSON property startTimeMs
2333 2334 2335 |
# File 'lib/google/apis/cloudsearch_v1/classes.rb', line 2333 def start_time_ms @start_time_ms end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
2340 2341 2342 2343 2344 2345 2346 2347 |
# File 'lib/google/apis/cloudsearch_v1/classes.rb', line 2340 def update!(**args) @display_remaining_time = args[:display_remaining_time] if args.key?(:display_remaining_time) @end_time = args[:end_time] if args.key?(:end_time) @end_time_ms = args[:end_time_ms] if args.key?(:end_time_ms) @remaining_time = args[:remaining_time] if args.key?(:remaining_time) @start_time = args[:start_time] if args.key?(:start_time) @start_time_ms = args[:start_time_ms] if args.key?(:start_time_ms) end |