package Google::Ads::AdWords::v201402::AdParamService::ResponseHeader; use strict; use warnings; { # BLOCK to scope variables sub get_xmlns { 'https://adwords.google.com/api/adwords/cm/v201402' } __PACKAGE__->__set_name('ResponseHeader'); __PACKAGE__->__set_nillable(); __PACKAGE__->__set_minOccurs(); __PACKAGE__->__set_maxOccurs(); __PACKAGE__->__set_ref(); use base qw( SOAP::WSDL::XSD::Typelib::Element Google::Ads::AdWords::v201402::SoapResponseHeader ); } 1; =pod =head1 NAME Google::Ads::AdWords::v201402::AdParamService::ResponseHeader =head1 DESCRIPTION Perl data type class for the XML Schema defined element ResponseHeader from the namespace https://adwords.google.com/api/adwords/cm/v201402. =head1 METHODS =head2 new my $element = Google::Ads::AdWords::v201402::AdParamService::ResponseHeader->new($data); Constructor. The following data structure may be passed to new(): $a_reference_to, # see Google::Ads::AdWords::v201402::SoapResponseHeader =head1 AUTHOR Generated by SOAP::WSDL =cut