Class ServiceIdRequestDetails
Inherited Members
Namespace: Oci.CoreService.Models
Assembly: OCI.DotNetSDK.Core.dll
Syntax
public class ServiceIdRequestDetails
  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 {@link Service}.  | 
      
Remarks
Required