package Google::Ads::AdWords::v201309::CriterionBidLandscape; use strict; use warnings; __PACKAGE__->_set_element_form_qualified(1); sub get_xmlns { 'https://adwords.google.com/api/adwords/cm/v201309' }; our $XML_ATTRIBUTE_CLASS; undef $XML_ATTRIBUTE_CLASS; sub __get_attr_class { return $XML_ATTRIBUTE_CLASS; } use base qw(Google::Ads::AdWords::v201309::BidLandscape); # Variety: sequence use Class::Std::Fast::Storable constructor => 'none'; use base qw(Google::Ads::SOAP::Typelib::ComplexType); Class::Std::initialize(); { # BLOCK to scope variables my %DataEntry__Type_of :ATTR(:get); my %campaignId_of :ATTR(:get); my %adGroupId_of :ATTR(:get); my %startDate_of :ATTR(:get); my %endDate_of :ATTR(:get); my %landscapePoints_of :ATTR(:get); my %criterionId_of :ATTR(:get); __PACKAGE__->_factory( [ qw( DataEntry__Type campaignId adGroupId startDate endDate landscapePoints criterionId ) ], { 'DataEntry__Type' => \%DataEntry__Type_of, 'campaignId' => \%campaignId_of, 'adGroupId' => \%adGroupId_of, 'startDate' => \%startDate_of, 'endDate' => \%endDate_of, 'landscapePoints' => \%landscapePoints_of, 'criterionId' => \%criterionId_of, }, { 'DataEntry__Type' => 'SOAP::WSDL::XSD::Typelib::Builtin::string', 'campaignId' => 'SOAP::WSDL::XSD::Typelib::Builtin::long', 'adGroupId' => 'SOAP::WSDL::XSD::Typelib::Builtin::long', 'startDate' => 'SOAP::WSDL::XSD::Typelib::Builtin::string', 'endDate' => 'SOAP::WSDL::XSD::Typelib::Builtin::string', 'landscapePoints' => 'Google::Ads::AdWords::v201309::BidLandscape::LandscapePoint', 'criterionId' => 'SOAP::WSDL::XSD::Typelib::Builtin::long', }, { 'DataEntry__Type' => 'DataEntry.Type', 'campaignId' => 'campaignId', 'adGroupId' => 'adGroupId', 'startDate' => 'startDate', 'endDate' => 'endDate', 'landscapePoints' => 'landscapePoints', 'criterionId' => 'criterionId', } ); } # end BLOCK 1; =pod =head1 NAME Google::Ads::AdWords::v201309::CriterionBidLandscape =head1 DESCRIPTION Perl data type class for the XML Schema defined complexType CriterionBidLandscape from the namespace https://adwords.google.com/api/adwords/cm/v201309. The bid landscape for a criterion. A bid landscape estimates how a a criterion will perform based on different bid amounts. =head2 PROPERTIES The following properties may be accessed using get_PROPERTY / set_PROPERTY methods: =over =item * criterionId =back =head1 METHODS =head2 new Constructor. The following data structure may be passed to new(): =head1 AUTHOR Generated by SOAP::WSDL =cut