Input$UpdateEnterpriseProfileInput constructor

Input$UpdateEnterpriseProfileInput({
  1. String? clientMutationId,
  2. String? description,
  3. required String enterpriseId,
  4. String? location,
  5. String? name,
  6. String? websiteUrl,
})

Implementation

Input$UpdateEnterpriseProfileInput(
    {this.clientMutationId,
    this.description,
    required this.enterpriseId,
    this.location,
    this.name,
    this.websiteUrl});