public GetObjectInformationResponse(ObjectInformation information) { this.information = information; }
public GetObjectInformationResponse() { this.information = new ObjectInformation(); }