copyWith method

Implementation

WebApiModulesAccountServicesHubSpotGetHubSpotTokensRequest copyWith(
    {String? authorizationCode}) {
  return WebApiModulesAccountServicesHubSpotGetHubSpotTokensRequest(
      authorizationCode: authorizationCode ?? this.authorizationCode);
}