Home
last modified time | relevance | path

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

/plugin/authgooglesheets/vendor/google/apiclient-services/src/HangoutsChat/
H A DGoogleAppsCardV1CardFixedFooter.php22 protected $primaryButtonType = GoogleAppsCardV1Button::class;
24 protected $secondaryButtonType = GoogleAppsCardV1Button::class;
28 * @param GoogleAppsCardV1Button
30 public function setPrimaryButton(GoogleAppsCardV1Button $primaryButton)
35 * @return GoogleAppsCardV1Button
42 * @param GoogleAppsCardV1Button
44 public function setSecondaryButton(GoogleAppsCardV1Button $secondaryButton)
49 * @return GoogleAppsCardV1Button
H A DGoogleAppsCardV1ButtonList.php23 protected $buttonsType = GoogleAppsCardV1Button::class;
27 * @param GoogleAppsCardV1Button[]
34 * @return GoogleAppsCardV1Button[]
H A DGoogleAppsCardV1DecoratedText.php26 protected $buttonType = GoogleAppsCardV1Button::class;
66 * @param GoogleAppsCardV1Button
68 public function setButton(GoogleAppsCardV1Button $button)
73 * @return GoogleAppsCardV1Button
H A DGoogleAppsCardV1Button.php20 class GoogleAppsCardV1Button extends \Google\Model class
128 class_alias(GoogleAppsCardV1Button::class, 'Google_Service_HangoutsChat_GoogleAppsCardV1Button');