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.



274
275
276
# File 'lib/google/apis/playintegrity_v1/classes.rb', line 274

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

Instance Attribute Details

#valuesGoogle::Apis::PlayintegrityV1::Values

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



267
268
269
# File 'lib/google/apis/playintegrity_v1/classes.rb', line 267

def values
  @values
end

#write_datesGoogle::Apis::PlayintegrityV1::WriteDates

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



272
273
274
# File 'lib/google/apis/playintegrity_v1/classes.rb', line 272

def write_dates
  @write_dates
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



279
280
281
282
# File 'lib/google/apis/playintegrity_v1/classes.rb', line 279

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