TimeInterval

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

string

Identifica di che tipo di risorsa si tratta. 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 il tempo di 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 il tempo di start, start deve includere anche un offset.