Tag

From Gvp-public
Revision as of 17:55, 24 March 2015 by Rcalvo (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Tag is a struct consisting of TagType, Value and Creation Date to describe properties associated to contents.

Members

Field Data Type Description
Type TagType Tag type
Value string Value associated to tag
CreationDate DateTime Date-time of the tag creation


Example

{

"Type": 1,
"Value": "4",
"CreationDate": 1400994000

}


Known issues

None


Version history

API Version Number Change description Changes author
3.0 Initial data type implementation Jose A. Jiménez
3.0 Change in data model:
  • TagType to Type
  • TagValue to Value
José Manuel Escartin


See also