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.
235 236 237 |
# File 'lib/google/apis/playintegrity_v1/classes.rb', line 235 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
228 229 230 |
# File 'lib/google/apis/playintegrity_v1/classes.rb', line 228 def values @values end |
#write_dates ⇒ Google::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 |