ListCustomTargetTypesResponse constructor

ListCustomTargetTypesResponse({
  1. List<CustomTargetType>? customTargetTypes,
  2. String? nextPageToken,
  3. List<String>? unreachable,
})

Implementation

ListCustomTargetTypesResponse({
  this.customTargetTypes,
  this.nextPageToken,
  this.unreachable,
});