Metadata#
- class Metadata(owner_reference_id=None, owner_user_name=None, project_reference_id=None, project_name=None, category_ids=None, *args, **kwargs)#
Bases:
object
Metadata 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 (max=128 chars) – (
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 (max=128 chars) – (
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
- to_dict()#
Returns the model properties as a dictionary
- to_str()#
Returns the string representation of the model