Sha256: 550894b805daf69686211e923178860974c964efb71a88c1a995bed52465b434
Contents?: true
Size: 511 Bytes
Versions: 7
Compression:
Stored size: 511 Bytes
Contents
//syntax = "proto2"; package attrpubapi_v1; import "Attribute.proto"; option java_package = "com.yoti.attrpubapi_v1"; option java_outer_classname = "AttrProto"; // AttributeAndId is a simple container for holding an attribute's value // alongside its ID. message AttributeAndId { optional Attribute attribute = 1; optional bytes attribute_id = 2; } message AttributeAndIdList{ repeated AttributeAndId attribute_and_id_list = 1; } message AttributeList { repeated Attribute attributes = 1; }
Version data entries
7 entries across 7 versions & 1 rubygems