EventConnectionAuthParametersInvocationHttpParameters class

Constructors

EventConnectionAuthParametersInvocationHttpParameters({Input<List<EventConnectionAuthParametersInvocationHttpParametersBody>?>? bodies, Input<List<EventConnectionAuthParametersInvocationHttpParametersHeader>?>? headers, Input<List<EventConnectionAuthParametersInvocationHttpParametersQueryString>?>? queryStrings})
Creates a new EventConnectionAuthParametersInvocationHttpParameters. bodies Contains additional body string parameters for the connection. You can include up to 100 additional body string parameters per request. Each additional parameter counts towards the event payload size, which cannot exceed 64 KB. Each parameter can contain the following: headers Contains additional header parameters for the connection. You can include up to 100 additional body string parameters per request. Each additional parameter counts towards the event payload size, which cannot exceed 64 KB. Each parameter can contain the following: queryStrings Contains additional query string parameters for the connection. You can include up to 100 additional body string parameters per request. Each additional parameter counts towards the event payload size, which cannot exceed 64 KB. Each parameter can contain the following:
const
EventConnectionAuthParametersInvocationHttpParameters.fromMap(Map<String, dynamic> map)
factory

Properties

bodies → Input<List<EventConnectionAuthParametersInvocationHttpParametersBody>?>?
Contains additional body string parameters for the connection. You can include up to 100 additional body string parameters per request. Each additional parameter counts towards the event payload size, which cannot exceed 64 KB. Each parameter can contain the following:
final
hashCode int
The hash code for this object.
no setterinherited
headers → Input<List<EventConnectionAuthParametersInvocationHttpParametersHeader>?>?
Contains additional header parameters for the connection. You can include up to 100 additional body string parameters per request. Each additional parameter counts towards the event payload size, which cannot exceed 64 KB. Each parameter can contain the following:
final
queryStrings → Input<List<EventConnectionAuthParametersInvocationHttpParametersQueryString>?>?
Contains additional query string parameters for the connection. You can include up to 100 additional body string parameters per request. Each additional parameter counts towards the event payload size, which cannot exceed 64 KB. Each parameter can contain the following:
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