package Google::Ads::AdWords::v201309::MobileImageAd; 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::Ad); # 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 %id_of :ATTR(:get); my %url_of :ATTR(:get); my %displayUrl_of :ATTR(:get); my %devicePreference_of :ATTR(:get); my %Ad__Type_of :ATTR(:get); my %markupLanguages_of :ATTR(:get); my %mobileCarriers_of :ATTR(:get); my %image_of :ATTR(:get); __PACKAGE__->_factory( [ qw( id url displayUrl devicePreference Ad__Type markupLanguages mobileCarriers image ) ], { 'id' => \%id_of, 'url' => \%url_of, 'displayUrl' => \%displayUrl_of, 'devicePreference' => \%devicePreference_of, 'Ad__Type' => \%Ad__Type_of, 'markupLanguages' => \%markupLanguages_of, 'mobileCarriers' => \%mobileCarriers_of, 'image' => \%image_of, }, { 'id' => 'SOAP::WSDL::XSD::Typelib::Builtin::long', 'url' => 'SOAP::WSDL::XSD::Typelib::Builtin::string', 'displayUrl' => 'SOAP::WSDL::XSD::Typelib::Builtin::string', 'devicePreference' => 'SOAP::WSDL::XSD::Typelib::Builtin::long', 'Ad__Type' => 'SOAP::WSDL::XSD::Typelib::Builtin::string', 'markupLanguages' => 'Google::Ads::AdWords::v201309::MarkupLanguageType', 'mobileCarriers' => 'SOAP::WSDL::XSD::Typelib::Builtin::string', 'image' => 'Google::Ads::AdWords::v201309::Image', }, { 'id' => 'id', 'url' => 'url', 'displayUrl' => 'displayUrl', 'devicePreference' => 'devicePreference', 'Ad__Type' => 'Ad.Type', 'markupLanguages' => 'markupLanguages', 'mobileCarriers' => 'mobileCarriers', 'image' => 'image', } ); } # end BLOCK 1; =pod =head1 NAME Google::Ads::AdWords::v201309::MobileImageAd =head1 DESCRIPTION Perl data type class for the XML Schema defined complexType MobileImageAd from the namespace https://adwords.google.com/api/adwords/cm/v201309. Represents a mobile image ad.

For more information, see Create a mobile ad.

This is disabled for AdX when it is contained within Operators: ADD, SET. =head2 PROPERTIES The following properties may be accessed using get_PROPERTY / set_PROPERTY methods: =over =item * markupLanguages =item * mobileCarriers =item * image =back =head1 METHODS =head2 new Constructor. The following data structure may be passed to new(): =head1 AUTHOR Generated by SOAP::WSDL =cut