UpdateRecordDetails¶
-
class
oci.data_labeling_service_dataplane.models.
UpdateRecordDetails
(**kwargs)¶ Bases:
object
The details of the tags that is updated.
Methods
__init__
(**kwargs)Initializes a new UpdateRecordDetails object with values from keyword arguments. Attributes
defined_tags
Gets the defined_tags of this UpdateRecordDetails. freeform_tags
Gets the freeform_tags of this UpdateRecordDetails. record_metadata
Gets the record_metadata of this UpdateRecordDetails. -
__init__
(**kwargs)¶ Initializes a new UpdateRecordDetails object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: - freeform_tags (dict(str, str)) – The value to assign to the freeform_tags property of this UpdateRecordDetails.
- defined_tags (dict(str, dict(str, object))) – The value to assign to the defined_tags property of this UpdateRecordDetails.
- record_metadata (oci.data_labeling_service_dataplane.models.RecordMetadata) – The value to assign to the record_metadata property of this UpdateRecordDetails.
Gets the defined_tags of this UpdateRecordDetails. The defined tags for this resource. Each key is predefined and scoped to a namespace. For example: {“foo-namespace”: {“bar-key”: “value”}}
Returns: The defined_tags of this UpdateRecordDetails. Return type: dict(str, dict(str, object))
Gets the freeform_tags of this UpdateRecordDetails. A simple key-value pair that is applied without any predefined name, type, or scope. It exists for cross-compatibility only. For example: {“bar-key”: “value”}
Returns: The freeform_tags of this UpdateRecordDetails. Return type: dict(str, str)
-
record_metadata
¶ Gets the record_metadata of this UpdateRecordDetails.
Returns: The record_metadata of this UpdateRecordDetails. Return type: oci.data_labeling_service_dataplane.models.RecordMetadata
-