GoogleCloudChannelV1UpdateChannelPartnerLinkRequest constructor

GoogleCloudChannelV1UpdateChannelPartnerLinkRequest({
  1. GoogleCloudChannelV1ChannelPartnerLink? channelPartnerLink,
  2. String? updateMask,
})

Implementation

GoogleCloudChannelV1UpdateChannelPartnerLinkRequest({
  this.channelPartnerLink,
  this.updateMask,
});