package Google::Ads::AdWords::v201309::UserList; 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 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::UserList =head1 DESCRIPTION Perl data type class for the XML Schema defined complexType UserList from the namespace https://adwords.google.com/api/adwords/rm/v201309. Represents a UserList object that is sent over the wire. This is a list of users an account may target. =head2 PROPERTIES The following properties may be accessed using get_PROPERTY / set_PROPERTY methods: =over =item * id =item * isReadOnly =item * name =item * description =item * status =item * integrationCode =item * accessReason =item * accountUserListStatus =item * membershipLifeSpan =item * size =item * sizeRange =item * sizeForSearch =item * sizeRangeForSearch =item * UserList__Type Note: The name of this property has been altered, because it didn't match perl's notion of variable/subroutine names. The altered name is used in perl code only, XML output uses the original name: UserList.Type =back =head1 METHODS =head2 new Constructor. The following data structure may be passed to new(): =head1 AUTHOR Generated by SOAP::WSDL =cut