Class GetServiceGatewayRequest
Implements
Inherited Members
Namespace: Oci.CoreService.Requests
Assembly: OCI.DotNetSDK.Core.dll
Syntax
public class GetServiceGatewayRequest : IOciRequest
Examples
Click here to see an example of how to use GetServiceGateway request.
Properties
ServiceGatewayId
Declaration
[Required(ErrorMessage = "ServiceGatewayId is required.")]
[HttpConverter(TargetEnum.Path, "serviceGatewayId")]
public string ServiceGatewayId { get; set; }
Property Value
Type | Description |
---|---|
string | The service gateway's OCID. |
Remarks
Required