ContentType
Contents
[
Hide
]
Represents a Content-Type header.
Properties:
Name | Type | Description | Notes |
---|---|---|---|
Boundary | string | The boundary parameter included in the Content-Type header. | [optional] |
CharSet | string | CharSet parameter. | [optional] |
MediaType | string | The internet media type. | [optional] |
Name | string | Name parameter. | [optional] |
Parameters | List<ContentTypeParameter> | Full list of parameters | [optional] |