Class: Google::Apis::ContentV2_1::AccounttaxListResponse
- Inherits:
-
Object
- Object
- Google::Apis::ContentV2_1::AccounttaxListResponse
- Includes:
- Google::Apis::Core::Hashable, Google::Apis::Core::JsonObjectSupport
- Defined in:
- generated/google/apis/content_v2_1/classes.rb,
generated/google/apis/content_v2_1/representations.rb,
generated/google/apis/content_v2_1/representations.rb
Instance Attribute Summary collapse
-
#kind ⇒ String
Identifies what kind of resource this is.
-
#next_page_token ⇒ String
The token for the retrieval of the next page of account tax settings.
-
#resources ⇒ Array<Google::Apis::ContentV2_1::AccountTax>
Corresponds to the JSON property
resources
.
Instance Method Summary collapse
-
#initialize(**args) ⇒ AccounttaxListResponse
constructor
A new instance of AccounttaxListResponse.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ AccounttaxListResponse
Returns a new instance of AccounttaxListResponse.
1494 1495 1496 |
# File 'generated/google/apis/content_v2_1/classes.rb', line 1494 def initialize(**args) update!(**args) end |
Instance Attribute Details
#kind ⇒ String
Identifies what kind of resource this is. Value: the fixed string "content#
accounttaxListResponse".
Corresponds to the JSON property kind
1482 1483 1484 |
# File 'generated/google/apis/content_v2_1/classes.rb', line 1482 def kind @kind end |
#next_page_token ⇒ String
The token for the retrieval of the next page of account tax settings.
Corresponds to the JSON property nextPageToken
1487 1488 1489 |
# File 'generated/google/apis/content_v2_1/classes.rb', line 1487 def next_page_token @next_page_token end |
#resources ⇒ Array<Google::Apis::ContentV2_1::AccountTax>
Corresponds to the JSON property resources
1492 1493 1494 |
# File 'generated/google/apis/content_v2_1/classes.rb', line 1492 def resources @resources end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
1499 1500 1501 1502 1503 |
# File 'generated/google/apis/content_v2_1/classes.rb', line 1499 def update!(**args) @kind = args[:kind] if args.key?(:kind) @next_page_token = args[:next_page_token] if args.key?(:next_page_token) @resources = args[:resources] if args.key?(:resources) end |