GoogleCloudIdentitytoolkitAdminV2ListInboundSamlConfigsResponse constructor

GoogleCloudIdentitytoolkitAdminV2ListInboundSamlConfigsResponse({
  1. List<GoogleCloudIdentitytoolkitAdminV2InboundSamlConfig>? inboundSamlConfigs,
  2. String? nextPageToken,
})

Implementation

GoogleCloudIdentitytoolkitAdminV2ListInboundSamlConfigsResponse({
  this.inboundSamlConfigs,
  this.nextPageToken,
});