copyWith method
Implementation
InvestmentHoldingsGetRequestOptions copyWith({List<String>? accountIds}) {
return InvestmentHoldingsGetRequestOptions(
accountIds: accountIds ?? this.accountIds);
}
InvestmentHoldingsGetRequestOptions copyWith({List<String>? accountIds}) {
return InvestmentHoldingsGetRequestOptions(
accountIds: accountIds ?? this.accountIds);
}