Example #1
0
 public Task <ClusterPostVotingConfigExclusionsResponse> PostVotingConfigExclusionsAsync(ClusterPostVotingConfigExclusionsRequest request, CancellationToken cancellationToken = default)
 {
     request.BeforeRequest();
     return(DoRequestAsync <ClusterPostVotingConfigExclusionsRequest, ClusterPostVotingConfigExclusionsResponse>(request, cancellationToken));
 }
Example #2
0
 public ClusterPostVotingConfigExclusionsResponse PostVotingConfigExclusions(ClusterPostVotingConfigExclusionsRequest request)
 {
     request.BeforeRequest();
     return(DoRequest <ClusterPostVotingConfigExclusionsRequest, ClusterPostVotingConfigExclusionsResponse>(request));
 }