Input$UpdateSponsorshipPreferencesInput constructor

Input$UpdateSponsorshipPreferencesInput({
  1. String? clientMutationId,
  2. Enum$SponsorshipPrivacy? privacyLevel,
  3. bool? receiveEmails,
  4. String? sponsorId,
  5. String? sponsorLogin,
  6. String? sponsorableId,
  7. String? sponsorableLogin,
})

Implementation

Input$UpdateSponsorshipPreferencesInput(
    {this.clientMutationId,
    this.privacyLevel,
    this.receiveEmails,
    this.sponsorId,
    this.sponsorLogin,
    this.sponsorableId,
    this.sponsorableLogin});