EndpointConfigurationDataCaptureConfigCaptureContentTypeHeader class

Constructors

EndpointConfigurationDataCaptureConfigCaptureContentTypeHeader({Input<List<String>?>? csvContentTypes, Input<List<String>?>? jsonContentTypes})
Creates a new EndpointConfigurationDataCaptureConfigCaptureContentTypeHeader. csvContentTypes CSV content type headers to capture. One of csvContentTypes or jsonContentTypes is required. jsonContentTypes The JSON content type headers to capture. One of jsonContentTypes or csvContentTypes is required.
const
EndpointConfigurationDataCaptureConfigCaptureContentTypeHeader.fromMap(Map<String, dynamic> map)
factory

Properties

csvContentTypes → Input<List<String>?>?
CSV content type headers to capture. One of csvContentTypes or jsonContentTypes is required.
final
hashCode int
The hash code for this object.
no setterinherited
jsonContentTypes → Input<List<String>?>?
The JSON content type headers to capture. One of jsonContentTypes or csvContentTypes is required.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toMap() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited