generated/google/apis/adexchangebuyer_v1_4/representations.rb in google-api-client-0.11.2 vs generated/google/apis/adexchangebuyer_v1_4/representations.rb in google-api-client-0.11.3

- old
+ new

@@ -1023,10 +1023,11 @@ property :external_deal_id, as: 'externalDealId' property :flight_end_time_ms, :numeric_string => true, as: 'flightEndTimeMs' property :flight_start_time_ms, :numeric_string => true, as: 'flightStartTimeMs' property :inventory_description, as: 'inventoryDescription' property :is_rfp_template, as: 'isRfpTemplate' + property :is_setup_complete, as: 'isSetupComplete' property :kind, as: 'kind' property :last_update_time_ms, :numeric_string => true, as: 'lastUpdateTimeMs' property :name, as: 'name' property :product_id, as: 'productId' property :product_revision_number, :numeric_string => true, as: 'productRevisionNumber' @@ -1205,10 +1206,12 @@ class PricePerBuyer # @private class Representation < Google::Apis::Core::JsonRepresentation property :auction_tier, as: 'auctionTier' + property :billed_buyer, as: 'billedBuyer', class: Google::Apis::AdexchangebuyerV1_4::Buyer, decorator: Google::Apis::AdexchangebuyerV1_4::Buyer::Representation + property :buyer, as: 'buyer', class: Google::Apis::AdexchangebuyerV1_4::Buyer, decorator: Google::Apis::AdexchangebuyerV1_4::Buyer::Representation property :price, as: 'price', class: Google::Apis::AdexchangebuyerV1_4::Price, decorator: Google::Apis::AdexchangebuyerV1_4::Price::Representation end @@ -1223,13 +1226,18 @@ end class Product # @private class Representation < Google::Apis::Core::JsonRepresentation + property :billed_buyer, as: 'billedBuyer', class: Google::Apis::AdexchangebuyerV1_4::Buyer, decorator: Google::Apis::AdexchangebuyerV1_4::Buyer::Representation + + property :buyer, as: 'buyer', class: Google::Apis::AdexchangebuyerV1_4::Buyer, decorator: Google::Apis::AdexchangebuyerV1_4::Buyer::Representation + property :creation_time_ms, :numeric_string => true, as: 'creationTimeMs' collection :creator_contacts, as: 'creatorContacts', class: Google::Apis::AdexchangebuyerV1_4::ContactInformation, decorator: Google::Apis::AdexchangebuyerV1_4::ContactInformation::Representation + property :creator_role, as: 'creatorRole' property :delivery_control, as: 'deliveryControl', class: Google::Apis::AdexchangebuyerV1_4::DeliveryControl, decorator: Google::Apis::AdexchangebuyerV1_4::DeliveryControl::Representation property :flight_end_time_ms, :numeric_string => true, as: 'flightEndTimeMs' property :flight_start_time_ms, :numeric_string => true, as: 'flightStartTimeMs' property :has_creator_signed_off, as: 'hasCreatorSignedOff' @@ -1371,9 +1379,10 @@ # @private class Representation < Google::Apis::Core::JsonRepresentation collection :companion_sizes, as: 'companionSizes', class: Google::Apis::AdexchangebuyerV1_4::TargetingValueSize, decorator: Google::Apis::AdexchangebuyerV1_4::TargetingValueSize::Representation property :creative_size_type, as: 'creativeSizeType' + property :native_template, as: 'nativeTemplate' property :size, as: 'size', class: Google::Apis::AdexchangebuyerV1_4::TargetingValueSize, decorator: Google::Apis::AdexchangebuyerV1_4::TargetingValueSize::Representation property :skippable_ad_type, as: 'skippableAdType' end end