The Perl and Raku Conference 2025: Greenville, South Carolina - June 27-29 Learn more
123456789—101112131415161718192021222324252627282930313233343536373839404142434445464748—495051525354555657585960616263646566 package Microsoft::AdCenter::CampaignManagementService::GetKeywordsByAdGroupIdResponse;# Copyright (C) 2010 Xerxes Tsang# This program is free software; you can redistribute it and/or modify it# under the terms of Perl Artistic License.use strict;use warnings;use base qw/Microsoft::AdCenter::ComplexType/;HideShow 6 lines of Pod=head1 NAMEMicrosoft::AdCenter::CampaignManagementService::GetKeywordsByAdGroupIdResponse - Represents "GetKeywordsByAdGroupIdResponse" in Microsoft AdCenter Campaign Management Service.=cutsub _type_name { return 'GetKeywordsByAdGroupIdResponse';}sub _namespace_uri { return 'https://adcenter.microsoft.com/v6';}our @_attributes = (qw/ Keywords/);sub _attributes { my $self = shift; return ($self->SUPER::_attributes, @_attributes);}our %_attribute_type = ( Keywords => 'ArrayOfKeyword',);sub _attribute_type { my ($self, $attribute) = @_; if (exists $_attribute_type{$attribute}) { return $_attribute_type{$attribute}; } return $self->SUPER::_attribute_type($attribute);}__PACKAGE__->mk_accessors(__PACKAGE__->_attributes);1;HideShow 18 lines of Pod=head1 SYNOPSISSee L<http://msdn.microsoft.com/en-US/library/ee730327%28v=MSADS.60%29.aspx> for documentation of the various data objects.=cut=head1 METHODS=head2 newCreates a new instance=head2 KeywordsGets/sets Keywords (ArrayOfKeyword)=cut
package
Microsoft::AdCenter::CampaignManagementService::GetKeywordsByAdGroupIdResponse;
# Copyright (C) 2010 Xerxes Tsang
# This program is free software; you can redistribute it and/or modify it
# under the terms of Perl Artistic License.
use
strict;
warnings;
base
qw/Microsoft::AdCenter::ComplexType/
;
=head1 NAME
Microsoft::AdCenter::CampaignManagementService::GetKeywordsByAdGroupIdResponse - Represents "GetKeywordsByAdGroupIdResponse" in Microsoft AdCenter Campaign Management Service.
=cut
sub
_type_name {
return
'GetKeywordsByAdGroupIdResponse'
}
_namespace_uri {
'https://adcenter.microsoft.com/v6'
our
@_attributes
= (
qw/
Keywords
/
);
_attributes {
my
$self
=
shift
(
->SUPER::_attributes,
%_attribute_type
=>
'ArrayOfKeyword'
,
_attribute_type {
$attribute
) =
@_
if
exists
$_attribute_type
{
}) {
};
->SUPER::_attribute_type(
__PACKAGE__->mk_accessors(__PACKAGE__->_attributes);
1;
=head1 SYNOPSIS
See L<http://msdn.microsoft.com/en-US/library/ee730327%28v=MSADS.60%29.aspx> for documentation of the various data objects.
=head1 METHODS
=head2 new
Creates a new instance
=head2 Keywords
Gets/sets Keywords (ArrayOfKeyword)