Class ResourceTypeMetadata
Describes resources of a given type within a package.
Inherited Members
Namespace: Oci.OdaService.Models
Assembly: OCI.DotNetSDK.Oda.dll
Syntax
public class ResourceTypeMetadata
Properties
Properties
Declaration
[JsonProperty(PropertyName = "properties")]
public List<MetadataProperty> Properties { get; set; }
Property Value
Type | Description |
---|---|
List<MetadataProperty> | Any properties needed to describe the content and its usage for this resource type, and within the containing package. |
ResourceType
Declaration
[JsonProperty(PropertyName = "resourceType")]
public string ResourceType { get; set; }
Property Value
Type | Description |
---|---|
string | The type of the resource described by this metadata object. |