generated/google/apis/adexchangebuyer_v1_4/representations.rb in google-api-client-0.9.15 vs generated/google/apis/adexchangebuyer_v1_4/representations.rb in google-api-client-0.9.18

- old
+ new

@@ -176,10 +176,22 @@ end include Google::Apis::Core::JsonObjectSupport end + class CreativeDealIds + class Representation < Google::Apis::Core::JsonRepresentation; end + + class DealStatus + class Representation < Google::Apis::Core::JsonRepresentation; end + + include Google::Apis::Core::JsonObjectSupport + end + + include Google::Apis::Core::JsonObjectSupport + end + class CreativesList class Representation < Google::Apis::Core::JsonRepresentation; end include Google::Apis::Core::JsonObjectSupport end @@ -695,10 +707,11 @@ property :logo, as: 'logo', class: Google::Apis::AdexchangebuyerV1_4::Creative::NativeAd::Logo, decorator: Google::Apis::AdexchangebuyerV1_4::Creative::NativeAd::Logo::Representation property :price, as: 'price' property :star_rating, as: 'starRating' property :store, as: 'store' + property :video_url, as: 'videoURL' end class AppIcon # @private class Representation < Google::Apis::Core::JsonRepresentation @@ -755,10 +768,28 @@ end end end end + class CreativeDealIds + # @private + class Representation < Google::Apis::Core::JsonRepresentation + collection :deal_statuses, as: 'dealStatuses', class: Google::Apis::AdexchangebuyerV1_4::CreativeDealIds::DealStatus, decorator: Google::Apis::AdexchangebuyerV1_4::CreativeDealIds::DealStatus::Representation + + property :kind, as: 'kind' + end + + class DealStatus + # @private + class Representation < Google::Apis::Core::JsonRepresentation + property :arc_status, as: 'arcStatus' + property :deal_id, as: 'dealId' + property :web_property_id, as: 'webPropertyId' + end + end + end + class CreativesList # @private class Representation < Google::Apis::Core::JsonRepresentation collection :items, as: 'items', class: Google::Apis::AdexchangebuyerV1_4::Creative, decorator: Google::Apis::AdexchangebuyerV1_4::Creative::Representation @@ -989,10 +1020,11 @@ property :external_deal_id, as: 'externalDealId' property :flight_end_time_ms, as: 'flightEndTimeMs' property :flight_start_time_ms, as: 'flightStartTimeMs' property :inventory_description, as: 'inventoryDescription' + property :is_rfp_template, as: 'isRfpTemplate' property :kind, as: 'kind' property :last_update_time_ms, as: 'lastUpdateTimeMs' property :name, as: 'name' property :product_id, as: 'productId' property :product_revision_number, as: 'productRevisionNumber' @@ -1231,9 +1263,10 @@ collection :buyer_contacts, as: 'buyerContacts', class: Google::Apis::AdexchangebuyerV1_4::ContactInformation, decorator: Google::Apis::AdexchangebuyerV1_4::ContactInformation::Representation property :buyer_private_data, as: 'buyerPrivateData', class: Google::Apis::AdexchangebuyerV1_4::PrivateData, decorator: Google::Apis::AdexchangebuyerV1_4::PrivateData::Representation + collection :dbm_advertiser_ids, as: 'dbmAdvertiserIds' property :has_buyer_signed_off, as: 'hasBuyerSignedOff' property :has_seller_signed_off, as: 'hasSellerSignedOff' property :inventory_source, as: 'inventorySource' property :is_renegotiating, as: 'isRenegotiating' property :is_setup_complete, as: 'isSetupComplete'