GraphGetRelationshipsOutput constructor
- @JsonSerializable(includeIfNull: false)
- String? actor,
- @UGraphGetRelationshipsRelationshipsConverter() required List<
UGraphGetRelationshipsRelationships> relationships, - Map<
String, dynamic> ? $unknown,
Implementation
@JsonSerializable(includeIfNull: false)
const factory GraphGetRelationshipsOutput({
String? actor,
@UGraphGetRelationshipsRelationshipsConverter()
required List<UGraphGetRelationshipsRelationships> relationships,
Map<String, dynamic>? $unknown,
}) = _GraphGetRelationshipsOutput;