GoogleCloudChannelV1TransferEligibility constructor

GoogleCloudChannelV1TransferEligibility({
  1. String? description,
  2. String? ineligibilityReason,
  3. bool? isEligible,
})

Implementation

GoogleCloudChannelV1TransferEligibility({
  this.description,
  this.ineligibilityReason,
  this.isEligible,
});