Show / Hide Table of Contents

Class ResourceTypeMetadata

Describes resources of a given type within a package.

Inheritance
object
ResourceTypeMetadata
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
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.

In this article
Back to top