Class: Google::Apis::AndroidpublisherV3::AllUsers
- Inherits:
-
Object
- Object
- Google::Apis::AndroidpublisherV3::AllUsers
- Includes:
- Core::Hashable, Core::JsonObjectSupport
- Defined in:
- lib/google/apis/androidpublisher_v3/classes.rb,
lib/google/apis/androidpublisher_v3/representations.rb,
lib/google/apis/androidpublisher_v3/representations.rb
Overview
Object representation to describe all set of users.
Instance Attribute Summary collapse
-
#is_all_users_requested ⇒ Boolean
(also: #is_all_users_requested?)
Required.
Instance Method Summary collapse
-
#initialize(**args) ⇒ AllUsers
constructor
A new instance of AllUsers.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ AllUsers
Returns a new instance of AllUsers.
214 215 216 |
# File 'lib/google/apis/androidpublisher_v3/classes.rb', line 214 def initialize(**args) update!(**args) end |
Instance Attribute Details
#is_all_users_requested ⇒ Boolean Also known as: is_all_users_requested?
Required. Set to true if all set of users are needed.
Corresponds to the JSON property isAllUsersRequested
211 212 213 |
# File 'lib/google/apis/androidpublisher_v3/classes.rb', line 211 def is_all_users_requested @is_all_users_requested end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
219 220 221 |
# File 'lib/google/apis/androidpublisher_v3/classes.rb', line 219 def update!(**args) @is_all_users_requested = args[:is_all_users_requested] if args.key?(:is_all_users_requested) end |