package Google::Ads::AdWords::v201309::ExternalRemarketingUserList; use strict; use warnings; __PACKAGE__->_set_element_form_qualified(1); sub get_xmlns { 'https://adwords.google.com/api/adwords/rm/v201309' }; our $XML_ATTRIBUTE_CLASS; undef $XML_ATTRIBUTE_CLASS; sub __get_attr_class { return $XML_ATTRIBUTE_CLASS; } use base qw(Google::Ads::AdWords::v201309::UserList); # 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 %isReadOnly_of :ATTR(:get); my %name_of :ATTR(:get); my %description_of :ATTR(:get); my %status_of :ATTR(:get); my %integrationCode_of :ATTR(:get); my %accessReason_of :ATTR(:get); my %accountUserListStatus_of :ATTR(:get); my %membershipLifeSpan_of :ATTR(:get); my %size_of :ATTR(:get); my %sizeRange_of :ATTR(:get); my %sizeForSearch_of :ATTR(:get); my %sizeRangeForSearch_of :ATTR(:get); my %UserList__Type_of :ATTR(:get); __PACKAGE__->_factory( [ qw( id isReadOnly name description status integrationCode accessReason accountUserListStatus membershipLifeSpan size sizeRange sizeForSearch sizeRangeForSearch UserList__Type ) ], { 'id' => \%id_of, 'isReadOnly' => \%isReadOnly_of, 'name' => \%name_of, 'description' => \%description_of, 'status' => \%status_of, 'integrationCode' => \%integrationCode_of, 'accessReason' => \%accessReason_of, 'accountUserListStatus' => \%accountUserListStatus_of, 'membershipLifeSpan' => \%membershipLifeSpan_of, 'size' => \%size_of, 'sizeRange' => \%sizeRange_of, 'sizeForSearch' => \%sizeForSearch_of, 'sizeRangeForSearch' => \%sizeRangeForSearch_of, 'UserList__Type' => \%UserList__Type_of, }, { 'id' => 'SOAP::WSDL::XSD::Typelib::Builtin::long', 'isReadOnly' => 'SOAP::WSDL::XSD::Typelib::Builtin::boolean', 'name' => 'SOAP::WSDL::XSD::Typelib::Builtin::string', 'description' => 'SOAP::WSDL::XSD::Typelib::Builtin::string', 'status' => 'Google::Ads::AdWords::v201309::UserListMembershipStatus', 'integrationCode' => 'SOAP::WSDL::XSD::Typelib::Builtin::string', 'accessReason' => 'Google::Ads::AdWords::v201309::AccessReason', 'accountUserListStatus' => 'Google::Ads::AdWords::v201309::AccountUserListStatus', 'membershipLifeSpan' => 'SOAP::WSDL::XSD::Typelib::Builtin::long', 'size' => 'SOAP::WSDL::XSD::Typelib::Builtin::long', 'sizeRange' => 'Google::Ads::AdWords::v201309::SizeRange', 'sizeForSearch' => 'SOAP::WSDL::XSD::Typelib::Builtin::long', 'sizeRangeForSearch' => 'Google::Ads::AdWords::v201309::SizeRange', 'UserList__Type' => 'SOAP::WSDL::XSD::Typelib::Builtin::string', }, { 'id' => 'id', 'isReadOnly' => 'isReadOnly', 'name' => 'name', 'description' => 'description', 'status' => 'status', 'integrationCode' => 'integrationCode', 'accessReason' => 'accessReason', 'accountUserListStatus' => 'accountUserListStatus', 'membershipLifeSpan' => 'membershipLifeSpan', 'size' => 'size', 'sizeRange' => 'sizeRange', 'sizeForSearch' => 'sizeForSearch', 'sizeRangeForSearch' => 'sizeRangeForSearch', 'UserList__Type' => 'UserList.Type', } ); } # end BLOCK 1; =pod =head1 NAME Google::Ads::AdWords::v201309::ExternalRemarketingUserList =head1 DESCRIPTION Perl data type class for the XML Schema defined complexType ExternalRemarketingUserList from the namespace https://adwords.google.com/api/adwords/rm/v201309. User lists created in the DoubleClick platform that are mapped from DoubleClick to AdWords. =head2 PROPERTIES The following properties may be accessed using get_PROPERTY / set_PROPERTY methods: =over =back =head1 METHODS =head2 new Constructor. The following data structure may be passed to new(): =head1 AUTHOR Generated by SOAP::WSDL =cut