ResourceTypeMetadata¶
-
class
oci.oda.models.
ResourceTypeMetadata
(**kwargs)¶ Bases:
object
Describes resources of a given type within a package.
Methods
__init__
(**kwargs)Initializes a new ResourceTypeMetadata object with values from keyword arguments. Attributes
properties
Gets the properties of this ResourceTypeMetadata. resource_type
Gets the resource_type of this ResourceTypeMetadata. -
__init__
(**kwargs)¶ Initializes a new ResourceTypeMetadata object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: - resource_type (str) – The value to assign to the resource_type property of this ResourceTypeMetadata.
- properties (list[oci.oda.models.MetadataProperty]) – The value to assign to the properties property of this ResourceTypeMetadata.
-
properties
¶ Gets the properties of this ResourceTypeMetadata. Any properties needed to describe the content and its usage for this resource type, and within the containing package.
Returns: The properties of this ResourceTypeMetadata. Return type: list[oci.oda.models.MetadataProperty]
-
resource_type
¶ Gets the resource_type of this ResourceTypeMetadata. The type of the resource described by this metadata object.
Returns: The resource_type of this ResourceTypeMetadata. Return type: str
-