GoogleCloudIdentitytoolkitAdminV2ListDefaultSupportedIdpsResponse constructor

GoogleCloudIdentitytoolkitAdminV2ListDefaultSupportedIdpsResponse({
  1. List<GoogleCloudIdentitytoolkitAdminV2DefaultSupportedIdp>? defaultSupportedIdps,
  2. String? nextPageToken,
})

Implementation

GoogleCloudIdentitytoolkitAdminV2ListDefaultSupportedIdpsResponse({
  this.defaultSupportedIdps,
  this.nextPageToken,
});