File tree Expand file tree Collapse file tree
image-kit-java-core/src/main/kotlin/com/imagekit/api/models/custommetadatafields Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11configured_endpoints : 42
2- openapi_spec_url : https://storage.googleapis.com/stainless-sdk-openapi-specs/imagekit-inc%2Fimagekit-7a42233daaf82345cc6d92cc49d4885126176b014c05ea0618c035869319fe53 .yml
3- openapi_spec_hash : c41b1b6062b7c2ea548b16e0462aa358
2+ openapi_spec_url : https://storage.googleapis.com/stainless-sdk-openapi-specs/imagekit-inc%2Fimagekit-aa4c8e857ae03b12dabf168c83c62f759e2706d69fa4eb77d11519d45a5dada2 .yml
3+ openapi_spec_hash : 6ea00242c4685fb6422328f0dd53f9b1
44config_hash : e42d7fc3a8c92c35099cc283f9a4467a
Original file line number Diff line number Diff line change @@ -346,7 +346,7 @@ private constructor(
346346 fun type (): Type = type.getRequired(" type" )
347347
348348 /* *
349- * The default value for this custom metadata field. Date type of default value depends on
349+ * The default value for this custom metadata field. Data type of default value depends on
350350 * the field type.
351351 *
352352 * @throws ImageKitInvalidDataException if the JSON field has an unexpected type (e.g. if
@@ -536,7 +536,7 @@ private constructor(
536536 fun type (type : JsonField <Type >) = apply { this .type = type }
537537
538538 /* *
539- * The default value for this custom metadata field. Date type of default value depends
539+ * The default value for this custom metadata field. Data type of default value depends
540540 * on the field type.
541541 */
542542 fun defaultValue (defaultValue : DefaultValue ) = defaultValue(JsonField .of(defaultValue))
@@ -931,7 +931,7 @@ private constructor(
931931 }
932932
933933 /* *
934- * The default value for this custom metadata field. Date type of default value depends on
934+ * The default value for this custom metadata field. Data type of default value depends on
935935 * the field type.
936936 */
937937 @JsonDeserialize(using = DefaultValue .Deserializer ::class )
You can’t perform that action at this time.
0 commit comments