GoogleCloudAiplatformV1GenerateContentResponseUsageMetadata constructor
      
      GoogleCloudAiplatformV1GenerateContentResponseUsageMetadata({ 
    
    
- List<
GoogleCloudAiplatformV1ModalityTokenCount> ? cacheTokensDetails, - int? cachedContentTokenCount,
 - int? candidatesTokenCount,
 - List<
GoogleCloudAiplatformV1ModalityTokenCount> ? candidatesTokensDetails, - int? promptTokenCount,
 - List<
GoogleCloudAiplatformV1ModalityTokenCount> ? promptTokensDetails, - int? toolUsePromptTokenCount,
 - List<
GoogleCloudAiplatformV1ModalityTokenCount> ? toolUsePromptTokensDetails, - int? totalTokenCount,
 
Implementation
GoogleCloudAiplatformV1GenerateContentResponseUsageMetadata({
  this.cacheTokensDetails,
  this.cachedContentTokenCount,
  this.candidatesTokenCount,
  this.candidatesTokensDetails,
  this.promptTokenCount,
  this.promptTokensDetails,
  this.toolUsePromptTokenCount,
  this.toolUsePromptTokensDetails,
  this.totalTokenCount,
});