Class: Google::Apis::ContentV2_1::SettlementreportsListResponse
- Inherits:
-
Object
- Object
- Google::Apis::ContentV2_1::SettlementreportsListResponse
- 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 returns.
-
#resources ⇒ Array<Google::Apis::ContentV2_1::SettlementReport>
Corresponds to the JSON property
resources
.
Instance Method Summary collapse
-
#initialize(**args) ⇒ SettlementreportsListResponse
constructor
A new instance of SettlementreportsListResponse.
-
#update!(**args) ⇒ Object
Update properties of this object.
Methods included from Google::Apis::Core::JsonObjectSupport
Methods included from Google::Apis::Core::Hashable
Constructor Details
#initialize(**args) ⇒ SettlementreportsListResponse
Returns a new instance of SettlementreportsListResponse.
10947 10948 10949 |
# File 'generated/google/apis/content_v2_1/classes.rb', line 10947 def initialize(**args) update!(**args) end |
Instance Attribute Details
#kind ⇒ String
Identifies what kind of resource this is. Value: the fixed string "content#
settlementreportsListResponse".
Corresponds to the JSON property kind
10935 10936 10937 |
# File 'generated/google/apis/content_v2_1/classes.rb', line 10935 def kind @kind end |
#next_page_token ⇒ String
The token for the retrieval of the next page of returns.
Corresponds to the JSON property nextPageToken
10940 10941 10942 |
# File 'generated/google/apis/content_v2_1/classes.rb', line 10940 def next_page_token @next_page_token end |
#resources ⇒ Array<Google::Apis::ContentV2_1::SettlementReport>
Corresponds to the JSON property resources
10945 10946 10947 |
# File 'generated/google/apis/content_v2_1/classes.rb', line 10945 def resources @resources end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
10952 10953 10954 10955 10956 |
# File 'generated/google/apis/content_v2_1/classes.rb', line 10952 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 |