Show / Hide Table of Contents

Class OmHubCp

OmHubCp service resource.

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

Properties

Properties

Declaration
[Required(ErrorMessage = "Properties is required.")]
[JsonProperty(PropertyName = "properties")]
public Properties Properties { get; set; }
Property Value
Type Description
Properties
Remarks

Required

In this article
Back to top