PutAccountSuppressionAttributesResponse.fromJson constructor

PutAccountSuppressionAttributesResponse.fromJson(
  1. Map<String, dynamic> _
)

Implementation

factory PutAccountSuppressionAttributesResponse.fromJson(
    Map<String, dynamic> _) {
  return PutAccountSuppressionAttributesResponse();
}