AsObject: {
    annotations?: dataApi.Annotations.AsObject;
    captureMetadata?: dataApi.CaptureMetadata.AsObject;
    datasetIdsList: string[];
    fileExt: string;
    fileName: string;
    id: string;
    timeReceived?: google_protobuf_timestamp_pb.Timestamp.AsObject;
    timeRequested?: google_protobuf_timestamp_pb.Timestamp.AsObject;
    uri: string;
}

Type declaration

  • Optional annotations?: dataApi.Annotations.AsObject
  • Optional captureMetadata?: dataApi.CaptureMetadata.AsObject
  • datasetIdsList: string[]
  • fileExt: string
  • fileName: string
  • id: string
  • Optional timeReceived?: google_protobuf_timestamp_pb.Timestamp.AsObject
  • Optional timeRequested?: google_protobuf_timestamp_pb.Timestamp.AsObject
  • uri: string

Generated using TypeDoc