toJson method

Map<String, dynamic> toJson()

Implementation

core.Map<core.String, core.dynamic> toJson() => {
      if (billingAccount != null) 'billingAccount': billingAccount!,
      if (cloudIdentityId != null) 'cloudIdentityId': cloudIdentityId!,
      if (customerName != null) 'customerName': customerName!,
      if (languageCode != null) 'languageCode': languageCode!,
      if (pageSize != null) 'pageSize': pageSize!,
      if (pageToken != null) 'pageToken': pageToken!,
      if (sku != null) 'sku': sku!,
    };