Home
last modified time | relevance | path

Searched refs:userComment (Results 1 – 4 of 4) sorted by relevance

/plugin/authgooglesheets/vendor/google/apiclient-services/src/YouTube/
H A DLiveChatMemberMilestoneChatDetails.php33 public $userComment; variable in Google\\Service\\YouTube\\LiveChatMemberMilestoneChatDetails
66 public function setUserComment($userComment) argument
68 $this->userComment = $userComment;
75 return $this->userComment;
H A DLiveChatFanFundingEventDetails.php37 public $userComment; variable in Google\\Service\\YouTube\\LiveChatFanFundingEventDetails
84 public function setUserComment($userComment) argument
86 $this->userComment = $userComment;
93 return $this->userComment;
H A DLiveChatSuperChatDetails.php41 public $userComment; variable in Google\\Service\\YouTube\\LiveChatSuperChatDetails
102 public function setUserComment($userComment) argument
104 $this->userComment = $userComment;
111 return $this->userComment;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/AndroidPublisher/
H A DComment.php44 public function setUserComment(UserComment $userComment) argument
46 $this->userComment = $userComment;
53 return $this->userComment;