Class: Google::Apis::PlayintegrityV1::DeviceRecall

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

Overview

Contains the recall bits per device set by the developer.

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ DeviceRecall

Returns a new instance of DeviceRecall.



235
236
237
# File 'lib/google/apis/playintegrity_v1/classes.rb', line 235

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

Instance Attribute Details

#valuesGoogle::Apis::PlayintegrityV1::Values

Contains the recall bits values. Corresponds to the JSON property values



228
229
230
# File 'lib/google/apis/playintegrity_v1/classes.rb', line 228

def values
  @values
end

#write_datesGoogle::Apis::PlayintegrityV1::WriteDates

Contains the recall bits write dates. Corresponds to the JSON property writeDates



233
234
235
# File 'lib/google/apis/playintegrity_v1/classes.rb', line 233

def write_dates
  @write_dates
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



240
241
242
243
# File 'lib/google/apis/playintegrity_v1/classes.rb', line 240

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