Class ImageFilterTypeExtensionsKt
-
- All Implemented Interfaces:
public final class ImageFilterTypeExtensionsKt
-
-
Method Summary
Modifier and Type Method Description final static ImageFilterType
toSdk(JsonImageFilterType $self)
Converts JSON-compatible object to SDK object. final static JsonImageFilterType
toJson(ImageFilterType $self)
Converts SDK object to JSON-compatible object. -
-
Method Detail
-
toSdk
final static ImageFilterType toSdk(JsonImageFilterType $self)
Converts JSON-compatible object to SDK object.
-
toJson
final static JsonImageFilterType toJson(ImageFilterType $self)
Converts SDK object to JSON-compatible object.
-
-
-
-