Show / Hide Table of Contents

Class ServiceIdResponseDetails

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

Properties

ServiceId

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

The OCID of the service.

Remarks

Required

ServiceName

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

The name of the service.

Remarks

Required

In this article
Back to top