TimeInterval

Rappresentazione JSON
{
  "kind": string,
  "start": {
    object (DateTime)
  },
  "end": {
    object (DateTime)
  }
}
Campi
kind
(deprecated)

string

Identifica il tipo di risorsa. Valore: la stringa fissa "walletobjects#timeInterval".

start

object (DateTime)

Ora di inizio dell'intervallo.

L'offset non è obbligatorio. Se viene fornito un offset e viene impostato un orario end, end deve includere anche un offset.

end

object (DateTime)

Ora di fine dell'intervallo.

L'offset non è obbligatorio. Se viene fornito un offset e viene impostato un orario start, start deve includere anche un offset.