GoogleCloudIntegrationsV1alphaCertificate constructor

GoogleCloudIntegrationsV1alphaCertificate({
  1. String? certificateStatus,
  2. String? credentialId,
  3. String? description,
  4. String? displayName,
  5. String? name,
  6. GoogleCloudIntegrationsV1alphaClientCertificate? rawCertificate,
  7. String? requestorId,
  8. String? validEndTime,
  9. String? validStartTime,
})

Implementation

GoogleCloudIntegrationsV1alphaCertificate({
  this.certificateStatus,
  this.credentialId,
  this.description,
  this.displayName,
  this.name,
  this.rawCertificate,
  this.requestorId,
  this.validEndTime,
  this.validStartTime,
});