RelationshipFetched<R extends Relationship> constructor
RelationshipFetched<R extends Relationship> (
- Response rawResponse,
- R relationship
Implementation
RelationshipFetched(this.rawResponse, this.relationship);