class Google::Apis::ContentV2_1::OrdersCreateTestReturnRequest

Attributes

items[RW]

Returned items. Corresponds to the JSON property `items` @return [Array<Google::Apis::ContentV2_1::OrdersCustomBatchRequestEntryCreateTestReturnReturnItem>]

Public Class Methods

new(**args) click to toggle source
# File lib/google/apis/content_v2_1/classes.rb, line 8014
def initialize(**args)
   update!(**args)
end

Public Instance Methods

update!(**args) click to toggle source

Update properties of this object

# File lib/google/apis/content_v2_1/classes.rb, line 8019
def update!(**args)
  @items = args[:items] if args.key?(:items)
end