Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

InstanceGroupManagerStatusBulkInstanceOperationLastProgressCheck

import type { InstanceGroupManagerStatusBulkInstanceOperationLastProgressCheck } from "https://googleapis.deno.dev/v1/compute:v1.ts";
interface InstanceGroupManagerStatusBulkInstanceOperationLastProgressCheck {
readonly error?: {
errors?: {
code?: string;
errorDetails?: {
errorInfo?: ErrorInfo;
help?: Help;
localizedMessage?: LocalizedMessage;
quotaInfo?: QuotaExceededInfo;
}
[]
;
location?: string;
message?: string;
}
[]
;
}
;
readonly timestamp?: Date;
}

§Properties

§
readonly error?: {
errors?: {
code?: string;
errorDetails?: {
errorInfo?: ErrorInfo;
help?: Help;
localizedMessage?: LocalizedMessage;
quotaInfo?: QuotaExceededInfo;
}
[]
;
location?: string;
message?: string;
}
[]
;
}
[src]

Output only. [Output Only] Errors encountered during bulk instance operation.

§
readonly timestamp?: Date
[src]

Output only. [Output Only] Timestamp of the last progress check of bulk instance operation. Timestamp is in RFC3339 text format.