GoogleCloudAiplatformV1GenerateContentResponse constructor
      
      GoogleCloudAiplatformV1GenerateContentResponse({ 
    
    
- List<
GoogleCloudAiplatformV1Candidate> ? candidates, - String? createTime,
 - String? modelVersion,
 - GoogleCloudAiplatformV1GenerateContentResponsePromptFeedback? promptFeedback,
 - String? responseId,
 - GoogleCloudAiplatformV1GenerateContentResponseUsageMetadata? usageMetadata,
 
Implementation
GoogleCloudAiplatformV1GenerateContentResponse({
  this.candidates,
  this.createTime,
  this.modelVersion,
  this.promptFeedback,
  this.responseId,
  this.usageMetadata,
});