Class: Google::Apis::AndroidpublisherV2::ListEntitlementsResponse
- Inherits:
-
Object
- Object
- Google::Apis::AndroidpublisherV2::ListEntitlementsResponse
- Includes:
- Core::Hashable, Core::JsonObjectSupport
- Defined in:
- generated/google/apis/androidpublisher_v2/classes.rb,
generated/google/apis/androidpublisher_v2/representations.rb,
generated/google/apis/androidpublisher_v2/representations.rb
Instance Attribute Summary collapse
-
#page_info ⇒ Google::Apis::AndroidpublisherV2::PageInfo
Corresponds to the JSON property
pageInfo
. -
#resources ⇒ Array<Google::Apis::AndroidpublisherV2::Entitlement>
Corresponds to the JSON property
resources
. -
#token_pagination ⇒ Google::Apis::AndroidpublisherV2::TokenPagination
Corresponds to the JSON property
tokenPagination
.
Instance Method Summary collapse
-
#initialize(**args) ⇒ ListEntitlementsResponse
constructor
A new instance of ListEntitlementsResponse.
-
#update!(**args) ⇒ Object
Update properties of this object.
Methods included from Core::JsonObjectSupport
Methods included from Core::Hashable
Constructor Details
#initialize(**args) ⇒ ListEntitlementsResponse
Returns a new instance of ListEntitlementsResponse.
402 403 404 |
# File 'generated/google/apis/androidpublisher_v2/classes.rb', line 402 def initialize(**args) update!(**args) end |
Instance Attribute Details
#page_info ⇒ Google::Apis::AndroidpublisherV2::PageInfo
Corresponds to the JSON property pageInfo
390 391 392 |
# File 'generated/google/apis/androidpublisher_v2/classes.rb', line 390 def page_info @page_info end |
#resources ⇒ Array<Google::Apis::AndroidpublisherV2::Entitlement>
Corresponds to the JSON property resources
395 396 397 |
# File 'generated/google/apis/androidpublisher_v2/classes.rb', line 395 def resources @resources end |
#token_pagination ⇒ Google::Apis::AndroidpublisherV2::TokenPagination
Corresponds to the JSON property tokenPagination
400 401 402 |
# File 'generated/google/apis/androidpublisher_v2/classes.rb', line 400 def token_pagination @token_pagination end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
407 408 409 410 411 |
# File 'generated/google/apis/androidpublisher_v2/classes.rb', line 407 def update!(**args) @page_info = args[:page_info] if args.key?(:page_info) @resources = args[:resources] if args.key?(:resources) @token_pagination = args[:token_pagination] if args.key?(:token_pagination) end |