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