GoogleCloudChannelV1ChannelPartnerLink constructor

GoogleCloudChannelV1ChannelPartnerLink({
  1. GoogleCloudChannelV1CloudIdentityInfo? channelPartnerCloudIdentityInfo,
  2. String? createTime,
  3. String? inviteLinkUri,
  4. String? linkState,
  5. String? name,
  6. String? publicId,
  7. String? resellerCloudIdentityId,
  8. String? updateTime,
})

Implementation

GoogleCloudChannelV1ChannelPartnerLink({
  this.channelPartnerCloudIdentityInfo,
  this.createTime,
  this.inviteLinkUri,
  this.linkState,
  this.name,
  this.publicId,
  this.resellerCloudIdentityId,
  this.updateTime,
});