Class ServiceIdResponseDetails
Inherited Members
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