1818 * The version of the OpenAPI document: 11.0.0
1919 * Contact: support@stadiamaps.com
2020 * Generated by: https://openapi-generator.tech
21- * Generator version: 7.20 .0
21+ * Generator version: 7.21 .0
2222 */
2323
2424/**
@@ -46,17 +46,17 @@ class Access implements ModelInterface, ArrayAccess, \JsonSerializable
4646 public const DISCRIMINATOR = null ;
4747
4848 /**
49- * The original name of the model.
50- *
51- * @var string
52- */
49+ * The original name of the model.
50+ *
51+ * @var string
52+ */
5353 protected static $ openAPIModelName = 'access ' ;
5454
5555 /**
56- * Array of property to type mappings. Used for (de)serialization
57- *
58- * @var string[]
59- */
56+ * Array of property to type mappings. Used for (de)serialization
57+ *
58+ * @var string[]
59+ */
6060 protected static $ openAPITypes = [
6161 'golf_cart ' => 'bool ' ,
6262 'wheelchair ' => 'bool ' ,
@@ -73,12 +73,12 @@ class Access implements ModelInterface, ArrayAccess, \JsonSerializable
7373 ];
7474
7575 /**
76- * Array of property to format mappings. Used for (de)serialization
77- *
78- * @var string[]
79- * @phpstan-var array<string, string|null>
80- * @psalm-var array<string, string|null>
81- */
76+ * Array of property to format mappings. Used for (de)serialization
77+ *
78+ * @var string[]
79+ * @phpstan-var array<string, string|null>
80+ * @psalm-var array<string, string|null>
81+ */
8282 protected static $ openAPIFormats = [
8383 'golf_cart ' => null ,
8484 'wheelchair ' => null ,
@@ -95,10 +95,10 @@ class Access implements ModelInterface, ArrayAccess, \JsonSerializable
9595 ];
9696
9797 /**
98- * Array of nullable properties. Used for (de)serialization
99- *
100- * @var boolean[]
101- */
98+ * Array of nullable properties. Used for (de)serialization
99+ *
100+ * @var boolean[]
101+ */
102102 protected static array $ openAPINullables = [
103103 'golf_cart ' => false ,
104104 'wheelchair ' => false ,
@@ -115,10 +115,10 @@ class Access implements ModelInterface, ArrayAccess, \JsonSerializable
115115 ];
116116
117117 /**
118- * If a nullable field gets set to null, insert it here
119- *
120- * @var boolean[]
121- */
118+ * If a nullable field gets set to null, insert it here
119+ *
120+ * @var boolean[]
121+ */
122122 protected array $ openAPINullablesSetToNull = [];
123123
124124 /**
@@ -326,14 +326,14 @@ public function __construct(?array $data = null)
326326 }
327327
328328 /**
329- * Sets $this->container[$variableName] to the given data or to the given default Value; if $variableName
330- * is nullable and its value is set to null in the $fields array, then mark it as "set to null" in the
331- * $this->openAPINullablesSetToNull array
332- *
333- * @param string $variableName
334- * @param array $fields
335- * @param mixed $defaultValue
336- */
329+ * Sets $this->container[$variableName] to the given data or to the given default Value; if $variableName
330+ * is nullable and its value is set to null in the $fields array, then mark it as "set to null" in the
331+ * $this->openAPINullablesSetToNull array
332+ *
333+ * @param string $variableName
334+ * @param array $fields
335+ * @param mixed $defaultValue
336+ */
337337 private function setIfExists (string $ variableName , array $ fields , $ defaultValue ): void
338338 {
339339 if (self ::isNullable ($ variableName ) && array_key_exists ($ variableName , $ fields ) && is_null ($ fields [$ variableName ])) {
0 commit comments