Searched defs:Payload (Results 1 – 2 of 2) sorted by relevance
60 struct Payload { struct61 std::vector<std::string> payload_urls; // URLs to download the payload62 uint64_t size = 0; // size of the payload63 uint64_t metadata_size = 0; // size of the metadata64 std::string metadata_signature; // signature of the metadata in base6465 brillo::Blob hash; // SHA256 hash of the payload70 bool already_applied = false;
61 class Payload(object): class