Metadata#
- class Metadata(owner_reference_id=None, owner_user_name=None, project_reference_id=None, project_name=None, category_ids=None, *args, **kwargs)[source]#
Bases:
objectMetadata associated with this resource.
- Parameters:
owner_reference_id – (
owner_reference_id) A globally unique identifier that represents the owner of this resource.owner_user_name – (
owner_user_name) The userName of the owner of this resource.project_reference_id – (
project_reference_id) A globally unique identifier that represents the project this resource belongs to.project_name – (
project_name) The name of the project this resource belongs to.category_ids – (
category_ids) A list of globally unique identifiers that represent all the categories the resource is associated with.
- property category_ids#
A list of globally unique identifiers that represent all the categories the resource is associated with.
- Type:
list[
str]
- property owner_reference_id#
A globally unique identifier that represents the owner of this resource.
- Type:
str
- property owner_user_name#
The userName of the owner of this resource.
- Type:
str
- property project_name#
The name of the project this resource belongs to.
- Type:
str
- property project_reference_id#
A globally unique identifier that represents the project this resource belongs to.
- Type:
str