factory ResourceARNDetail.fromJson(Map<String, dynamic> json) { return ResourceARNDetail( arn: json['ARN'] as String?, ); }