Home
last modified time | relevance | path

Searched refs:numberFormatType (Results 1 – 2 of 2) sorted by relevance

/plugin/authgooglesheets/vendor/google/apiclient-services/src/GamesConfiguration/
H A DGamesNumberFormatConfiguration.php33 public $numberFormatType; variable in Google\\Service\\GamesConfiguration\\GamesNumberFormatConfiguration
68 public function setNumberFormatType($numberFormatType) argument
70 $this->numberFormatType = $numberFormatType;
77 return $this->numberFormatType;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Sheets/
H A DCellFormat.php36 protected $numberFormatType = NumberFormat::class; variable in Google\\Service\\Sheets\\CellFormat