CreateWebACLMigrationStackResponse.fromJson constructor
Implementation
factory CreateWebACLMigrationStackResponse.fromJson(
Map<String, dynamic> json) {
return CreateWebACLMigrationStackResponse(
s3ObjectUrl: json['S3ObjectUrl'] as String,
);
}