Class: Google::Apis::ContentV2_1::OrderreportsListDisbursementsResponse
- Inherits:
-
Object
- Object
- Google::Apis::ContentV2_1::OrderreportsListDisbursementsResponse
- Includes:
- Google::Apis::Core::Hashable, Google::Apis::Core::JsonObjectSupport
- Defined in:
- lib/google/apis/content_v2_1/classes.rb,
lib/google/apis/content_v2_1/representations.rb,
lib/google/apis/content_v2_1/representations.rb
Instance Attribute Summary collapse
-
#disbursements ⇒ Array<Google::Apis::ContentV2_1::OrderReportDisbursement>
The list of disbursements.
-
#kind ⇒ String
Identifies what kind of resource this is.
-
#next_page_token ⇒ String
The token for the retrieval of the next page of disbursements.
Instance Method Summary collapse
-
#initialize(**args) ⇒ OrderreportsListDisbursementsResponse
constructor
A new instance of OrderreportsListDisbursementsResponse.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ OrderreportsListDisbursementsResponse
Returns a new instance of OrderreportsListDisbursementsResponse.
6985 6986 6987 |
# File 'lib/google/apis/content_v2_1/classes.rb', line 6985 def initialize(**args) update!(**args) end |
Instance Attribute Details
#disbursements ⇒ Array<Google::Apis::ContentV2_1::OrderReportDisbursement>
The list of disbursements.
Corresponds to the JSON property disbursements
6972 6973 6974 |
# File 'lib/google/apis/content_v2_1/classes.rb', line 6972 def disbursements @disbursements end |
#kind ⇒ String
Identifies what kind of resource this is. Value: the fixed string "content#
orderreportsListDisbursementsResponse".
Corresponds to the JSON property kind
6978 6979 6980 |
# File 'lib/google/apis/content_v2_1/classes.rb', line 6978 def kind @kind end |
#next_page_token ⇒ String
The token for the retrieval of the next page of disbursements.
Corresponds to the JSON property nextPageToken
6983 6984 6985 |
# File 'lib/google/apis/content_v2_1/classes.rb', line 6983 def next_page_token @next_page_token end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
6990 6991 6992 6993 6994 |
# File 'lib/google/apis/content_v2_1/classes.rb', line 6990 def update!(**args) @disbursements = args[:disbursements] if args.key?(:disbursements) @kind = args[:kind] if args.key?(:kind) @next_page_token = args[:next_page_token] if args.key?(:next_page_token) end |