"description":"A generic dictionary of string keys mapping to string value. Only strings are permitted as keys and values.",
"type":"object",
"additionalProperties":{
"type":"string"
},
"example":{
"NameOfKey":"String value"
}
},
"createTime":{
"description":"Timestamp of the time at which initial version of this OSDU resource object was created. Set by the System. The value is a combined date-time string in ISO-8601 given in UTC.",
"title":"Resource Object Creation DateTime",
"type":"string",
"format":"date-time",
"example":"2020-12-16T11:46:20.163Z"
},
"createUser":{
"title":"Resource Object Creation User Reference",
"description":"The user reference, which created the first version of this resource object. Set by the System.",
"type":"string",
"example":"some-user@some-company-cloud.com"
},
"modifyTime":{
"description":"Timestamp of the time at which this version of the OSDU resource object was created. Set by the System. The value is a combined date-time string in ISO-8601 given in UTC.",
"title":"Resource Object Version Creation DateTime",
"type":"string",
"format":"date-time",
"example":"2020-12-16T11:52:24.477Z"
},
"modifyUser":{
"title":"Resource Object Version Creation User Reference",
"description":"The user reference, which created this version of this resource object. Set by the System.",
**tags** | **dict(str, str)** | A generic dictionary of string keys mapping to string value. Only strings are permitted as keys and values. | [optional]
**create_time** | **datetime** | Timestamp of the time at which initial version of this OSDU resource object was created. Set by the System. The value is a combined date-time string in ISO-8601 given in UTC. | [optional]
**create_user** | **str** | The user reference, which created the first version of this resource object. Set by the System. | [optional]
**modify_time** | **datetime** | Timestamp of the time at which this version of the OSDU resource object was created. Set by the System. The value is a combined date-time string in ISO-8601 given in UTC. | [optional]
**modify_user** | **str** | The user reference, which created this version of this resource object. Set by the System. | [optional]
[[Back to Model list]](../README.md#documentation-for-models)[[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)