GoogleCloudChannelV1ProvisionCloudIdentityRequest constructor

GoogleCloudChannelV1ProvisionCloudIdentityRequest({
  1. GoogleCloudChannelV1CloudIdentityInfo? cloudIdentityInfo,
  2. GoogleCloudChannelV1AdminUser? user,
  3. bool? validateOnly,
})

Implementation

GoogleCloudChannelV1ProvisionCloudIdentityRequest({
  this.cloudIdentityInfo,
  this.user,
  this.validateOnly,
});