Show / Hide Table of Contents

Class ResourceType

Type of resource that a service provides.

Inheritance
object
ResourceType
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Oci.LoggingService.Models
Assembly: OCI.DotNetSDK.Logging.dll
Syntax
public class ResourceType

Properties

Categories

Declaration
[JsonProperty(PropertyName = "categories")]
public List<Category> Categories { get; set; }
Property Value
Type Description
List<Category>

Categories for resources.

Name

Declaration
[JsonProperty(PropertyName = "name")]
public string Name { get; set; }
Property Value
Type Description
string

Resource type name.

In this article
Back to top