bodyKind | readonly | "single" | - | - |
containsMetadataAnnotations | readonly | boolean | If the body contains metadata annotations to ignore. For example @header . | HttpBody .containsMetadataAnnotations |
contentTypeProperty? | readonly | ModelProperty | Property used to set the content type if exists | HttpOperationBodyBase .contentTypeProperty |
contentTypes | readonly | string [] | Content types. | HttpOperationBodyBase .contentTypes |
isExplicit | readonly | boolean | If the body was explicitly set with @body . | HttpBody .isExplicit |
parameter? | public | ModelProperty | Deprecated use property | HttpBody .parameter |
property? | readonly | ModelProperty | If the body was explicitly set as a property. Correspond to the property with @body or @bodyRoot | HttpBody .property |
type | readonly | Type | - | HttpBody .type |