toggle menu
fineract-client
1.0.4
common
switch theme
search in API
fineract-client
/
org.mifos.fineract.client.models
/
MediaType
Media
Type
@
Serializable
data
class
MediaType
(
val
parameters
:
Map
<
String
,
String
>
?
=
null
,
val
subtype
:
String
?
=
null
,
val
type
:
String
?
=
null
,
val
wildcardSubtype
:
Boolean
?
=
null
,
val
wildcardType
:
Boolean
?
=
null
)
Parameters
parameters
subtype
type
wildcard
Subtype
wildcard
Type
Members
Constructors
Media
Type
Link copied to clipboard
constructor
(
parameters
:
Map
<
String
,
String
>
?
=
null
,
subtype
:
String
?
=
null
,
type
:
String
?
=
null
,
wildcardSubtype
:
Boolean
?
=
null
,
wildcardType
:
Boolean
?
=
null
)
Properties
parameters
Link copied to clipboard
val
parameters
:
Map
<
String
,
String
>
?
=
null
subtype
Link copied to clipboard
val
subtype
:
String
?
=
null
type
Link copied to clipboard
val
type
:
String
?
=
null
wildcard
Subtype
Link copied to clipboard
val
wildcardSubtype
:
Boolean
?
=
null
wildcard
Type
Link copied to clipboard
val
wildcardType
:
Boolean
?
=
null