DescribeEndpointTypesResponse constructor
DescribeEndpointTypesResponse({
- String? marker,
- List<
SupportedEndpointType> ? supportedEndpointTypes,
Implementation
DescribeEndpointTypesResponse({
this.marker,
this.supportedEndpointTypes,
});