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