reason = $reason;
}
/**
* @return string
*/
public function getReason()
{
return $this->reason;
}
}
// Adding a class alias for backwards compatibility with the previous class name.
class_alias(PauseProposalRequest::class, 'Google_Service_AdExchangeBuyerII_PauseProposalRequest');