Class: Google::Apis::PlayintegrityV1::DeviceRecall
- Inherits:
-
Object
- Object
- Google::Apis::PlayintegrityV1::DeviceRecall
- 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
-
#values ⇒ Google::Apis::PlayintegrityV1::Values
Contains the recall bits values.
-
#write_dates ⇒ Google::Apis::PlayintegrityV1::WriteDates
Contains the recall bits write dates.
Instance Method Summary collapse
-
#initialize(**args) ⇒ DeviceRecall
constructor
A new instance of DeviceRecall.
-
#update!(**args) ⇒ Object
Update properties of this object.
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
#values ⇒ Google::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_dates ⇒ Google::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 |