DataflowEndpointGroupIdResponse.fromJson constructor
Implementation
factory DataflowEndpointGroupIdResponse.fromJson(Map<String, dynamic> json) {
return DataflowEndpointGroupIdResponse(
dataflowEndpointGroupId: json['dataflowEndpointGroupId'] as String?,
);
}