Class: Google::Apis::CloudsearchV1::EnterpriseTopazSidekickGap

Inherits:
Object
  • Object
show all
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

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ EnterpriseTopazSidekickGap

Returns a new instance of EnterpriseTopazSidekickGap.



2368
2369
2370
# File 'lib/google/apis/cloudsearch_v1/classes.rb', line 2368

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

Instance Attribute Details

#display_remaining_timeString

Localized time string in the format: 1 hour 15 minutes Corresponds to the JSON property displayRemainingTime

Returns:

  • (String)


2341
2342
2343
# File 'lib/google/apis/cloudsearch_v1/classes.rb', line 2341

def display_remaining_time
  @display_remaining_time
end

#end_timeString

Localized time string in the format:(Locale CZ) 8:30 odp. Corresponds to the JSON property endTime

Returns:

  • (String)


2346
2347
2348
# File 'lib/google/apis/cloudsearch_v1/classes.rb', line 2346

def end_time
  @end_time
end

#end_time_msFixnum

Corresponds to the JSON property endTimeMs

Returns:

  • (Fixnum)


2351
2352
2353
# File 'lib/google/apis/cloudsearch_v1/classes.rb', line 2351

def end_time_ms
  @end_time_ms
end

#remaining_timeString

Corresponds to the JSON property remainingTime

Returns:

  • (String)


2356
2357
2358
# File 'lib/google/apis/cloudsearch_v1/classes.rb', line 2356

def remaining_time
  @remaining_time
end

#start_timeString

Localized time string in the format:(Locale CZ) 8:30 odp. Corresponds to the JSON property startTime

Returns:

  • (String)


2361
2362
2363
# File 'lib/google/apis/cloudsearch_v1/classes.rb', line 2361

def start_time
  @start_time
end

#start_time_msFixnum

Corresponds to the JSON property startTimeMs

Returns:

  • (Fixnum)


2366
2367
2368
# File 'lib/google/apis/cloudsearch_v1/classes.rb', line 2366

def start_time_ms
  @start_time_ms
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



2373
2374
2375
2376
2377
2378
2379
2380
# File 'lib/google/apis/cloudsearch_v1/classes.rb', line 2373

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