sub
new {
my
(
$class
,
$args
) =
@_
;
my
$self
= {
adGroup
=>
$args
->{adGroup},
ageRange
=>
$args
->{ageRange},
appPaymentModel
=>
$args
->{appPaymentModel},
approvalStatus
=>
$args
->{approvalStatus},
audience
=>
$args
->{audience},
bidModifier
=>
$args
->{bidModifier},
combinedAudience
=>
$args
->{combinedAudience},
cpcBidMicros
=>
$args
->{cpcBidMicros},
cpmBidMicros
=>
$args
->{cpmBidMicros},
cpvBidMicros
=>
$args
->{cpvBidMicros},
criterionId
=>
$args
->{criterionId},
customAffinity
=>
$args
->{customAffinity},
customAudience
=>
$args
->{customAudience},
customIntent
=>
$args
->{customIntent},
disapprovalReasons
=>
$args
->{disapprovalReasons},
displayName
=>
$args
->{displayName},
effectiveCpcBidMicros
=>
$args
->{effectiveCpcBidMicros},
effectiveCpcBidSource
=>
$args
->{effectiveCpcBidSource},
effectiveCpmBidMicros
=>
$args
->{effectiveCpmBidMicros},
effectiveCpmBidSource
=>
$args
->{effectiveCpmBidSource},
effectiveCpvBidMicros
=>
$args
->{effectiveCpvBidMicros},
effectiveCpvBidSource
=>
$args
->{effectiveCpvBidSource},
effectivePercentCpcBidMicros
=>
$args
->{effectivePercentCpcBidMicros},
effectivePercentCpcBidSource
=>
$args
->{effectivePercentCpcBidSource},
finalMobileUrls
=>
$args
->{finalMobileUrls},
finalUrlSuffix
=>
$args
->{finalUrlSuffix},
finalUrls
=>
$args
->{finalUrls},
gender
=>
$args
->{gender},
incomeRange
=>
$args
->{incomeRange},
keyword
=>
$args
->{keyword},
labels
=>
$args
->{labels},
listingGroup
=>
$args
->{listingGroup},
mobileAppCategory
=>
$args
->{mobileAppCategory},
mobileApplication
=>
$args
->{mobileApplication},
negative
=>
$args
->{negative},
parentalStatus
=>
$args
->{parentalStatus},
percentCpcBidMicros
=>
$args
->{percentCpcBidMicros},
placement
=>
$args
->{placement},
positionEstimates
=>
$args
->{positionEstimates},
qualityInfo
=>
$args
->{qualityInfo},
resourceName
=>
$args
->{resourceName},
status
=>
$args
->{status},
systemServingStatus
=>
$args
->{systemServingStatus},
topic
=>
$args
->{topic},
trackingUrlTemplate
=>
$args
->{trackingUrlTemplate},
type
=>
$args
->{type},
urlCustomParameters
=>
$args
->{urlCustomParameters},
userInterest
=>
$args
->{userInterest},
userList
=>
$args
->{userList},
webpage
=>
$args
->{webpage},
youtubeChannel
=>
$args
->{youtubeChannel},
youtubeVideo
=>
$args
->{youtubeVideo}};
remove_unassigned_fields(
$self
,
$args
);
bless
$self
,
$class
;
return
$self
;
}
1;