package Google::Ads::AdWords::v201309::ReportDefinitionField; 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 Class::Std::Fast::Storable constructor => 'none'; use base qw(Google::Ads::SOAP::Typelib::ComplexType); Class::Std::initialize(); { # BLOCK to scope variables my %fieldName_of :ATTR(:get); my %displayFieldName_of :ATTR(:get); my %xmlAttributeName_of :ATTR(:get); my %fieldType_of :ATTR(:get); my %enumValues_of :ATTR(:get); my %canSelect_of :ATTR(:get); my %canFilter_of :ATTR(:get); my %isEnumType_of :ATTR(:get); my %isBeta_of :ATTR(:get); my %enumValuePairs_of :ATTR(:get); __PACKAGE__->_factory( [ qw( fieldName displayFieldName xmlAttributeName fieldType enumValues canSelect canFilter isEnumType isBeta enumValuePairs ) ], { 'fieldName' => \%fieldName_of, 'displayFieldName' => \%displayFieldName_of, 'xmlAttributeName' => \%xmlAttributeName_of, 'fieldType' => \%fieldType_of, 'enumValues' => \%enumValues_of, 'canSelect' => \%canSelect_of, 'canFilter' => \%canFilter_of, 'isEnumType' => \%isEnumType_of, 'isBeta' => \%isBeta_of, 'enumValuePairs' => \%enumValuePairs_of, }, { 'fieldName' => 'SOAP::WSDL::XSD::Typelib::Builtin::string', 'displayFieldName' => 'SOAP::WSDL::XSD::Typelib::Builtin::string', 'xmlAttributeName' => 'SOAP::WSDL::XSD::Typelib::Builtin::string', 'fieldType' => 'SOAP::WSDL::XSD::Typelib::Builtin::string', 'enumValues' => 'SOAP::WSDL::XSD::Typelib::Builtin::string', 'canSelect' => 'SOAP::WSDL::XSD::Typelib::Builtin::boolean', 'canFilter' => 'SOAP::WSDL::XSD::Typelib::Builtin::boolean', 'isEnumType' => 'SOAP::WSDL::XSD::Typelib::Builtin::boolean', 'isBeta' => 'SOAP::WSDL::XSD::Typelib::Builtin::boolean', 'enumValuePairs' => 'Google::Ads::AdWords::v201309::EnumValuePair', }, { 'fieldName' => 'fieldName', 'displayFieldName' => 'displayFieldName', 'xmlAttributeName' => 'xmlAttributeName', 'fieldType' => 'fieldType', 'enumValues' => 'enumValues', 'canSelect' => 'canSelect', 'canFilter' => 'canFilter', 'isEnumType' => 'isEnumType', 'isBeta' => 'isBeta', 'enumValuePairs' => 'enumValuePairs', } ); } # end BLOCK 1; =pod =head1 NAME Google::Ads::AdWords::v201309::ReportDefinitionField =head1 DESCRIPTION Perl data type class for the XML Schema defined complexType ReportDefinitionField from the namespace https://adwords.google.com/api/adwords/cm/v201309. Represents the fields that can be used to create a ReportDefinition. This class allows the user to query the list of fields applicable to a given report type. Consumers of reports will be able use the retrieved fields through the {@link ReportDefinitionService#getReportFields} api and run the corresponding reports. =head2 PROPERTIES The following properties may be accessed using get_PROPERTY / set_PROPERTY methods: =over =item * fieldName =item * displayFieldName =item * xmlAttributeName =item * fieldType =item * enumValues =item * canSelect =item * canFilter =item * isEnumType =item * isBeta =item * enumValuePairs =back =head1 METHODS =head2 new Constructor. The following data structure may be passed to new(): =head1 AUTHOR Generated by SOAP::WSDL =cut