DescribeEndpointTypesResponse constructor

DescribeEndpointTypesResponse({
  1. String? marker,
  2. List<SupportedEndpointType>? supportedEndpointTypes,
})

Implementation

DescribeEndpointTypesResponse({
  this.marker,
  this.supportedEndpointTypes,
});