File tree Expand file tree Collapse file tree
brand-dev-java-core/src/main/kotlin/com/branddev/api/models/brand Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11configured_endpoints : 8
2- openapi_spec_url : https://storage.googleapis.com/stainless-sdk-openapi-specs/brand-dev%2Fbrand.dev-5d8a3aa0989801327fd29a79aee2e644e57b6758feabcd3c95c7567cdc50e2b0 .yml
3- openapi_spec_hash : dbef0b13af16ee28208dc660903a28d6
2+ openapi_spec_url : https://storage.googleapis.com/stainless-sdk-openapi-specs/brand-dev%2Fbrand.dev-ace647670dd24a6335738fb26360272dd0764b0f402e0186df0e92ecd0881c13 .yml
3+ openapi_spec_hash : c21512e10bd012cd347bb4afff7da9ae
44config_hash : 4e76a07aea49753a61313dcd8c10fb0f
Original file line number Diff line number Diff line change @@ -36,7 +36,7 @@ private constructor(
3636 /* *
3737 * Optional parameter to prioritize screenshot capture for styleguide extraction. If 'speed',
3838 * optimizes for faster capture with basic quality. If 'quality', optimizes for higher quality
39- * with longer wait times. Defaults to 'speed ' if not provided.
39+ * with longer wait times. Defaults to 'quality ' if not provided.
4040 */
4141 fun prioritize (): Optional <Prioritize > = Optional .ofNullable(prioritize)
4242
@@ -95,7 +95,7 @@ private constructor(
9595 /* *
9696 * Optional parameter to prioritize screenshot capture for styleguide extraction. If
9797 * 'speed', optimizes for faster capture with basic quality. If 'quality', optimizes for
98- * higher quality with longer wait times. Defaults to 'speed ' if not provided.
98+ * higher quality with longer wait times. Defaults to 'quality ' if not provided.
9999 */
100100 fun prioritize (prioritize : Prioritize ? ) = apply { this .prioritize = prioritize }
101101
@@ -254,7 +254,7 @@ private constructor(
254254 /* *
255255 * Optional parameter to prioritize screenshot capture for styleguide extraction. If 'speed',
256256 * optimizes for faster capture with basic quality. If 'quality', optimizes for higher quality
257- * with longer wait times. Defaults to 'speed ' if not provided.
257+ * with longer wait times. Defaults to 'quality ' if not provided.
258258 */
259259 class Prioritize @JsonCreator private constructor(private val value : JsonField <String >) : Enum {
260260
You can’t perform that action at this time.
0 commit comments