communityGuidelinesGoodStanding = $communityGuidelinesGoodStanding; } /** * @return bool */ public function getCommunityGuidelinesGoodStanding() { return $this->communityGuidelinesGoodStanding; } /** * @param bool */ public function setContentIdClaimsGoodStanding($contentIdClaimsGoodStanding) { $this->contentIdClaimsGoodStanding = $contentIdClaimsGoodStanding; } /** * @return bool */ public function getContentIdClaimsGoodStanding() { return $this->contentIdClaimsGoodStanding; } /** * @param bool */ public function setCopyrightStrikesGoodStanding($copyrightStrikesGoodStanding) { $this->copyrightStrikesGoodStanding = $copyrightStrikesGoodStanding; } /** * @return bool */ public function getCopyrightStrikesGoodStanding() { return $this->copyrightStrikesGoodStanding; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(ChannelAuditDetails::class, 'Google_Service_YouTube_ChannelAuditDetails');