Class GetSubscribedServiceRequest
Implements
Inherited Members
Namespace: Oci.OnesubscriptionService.Requests
Assembly: OCI.DotNetSDK.Onesubscription.dll
Syntax
public class GetSubscribedServiceRequest : IOciRequest
Examples
Click here to see an example of how to use GetSubscribedService request.
Properties
Fields
Declaration
[HttpConverter(TargetEnum.Query, "fields", CollectionFormatType.Multi)]
public List<string> Fields { get; set; }
Property Value
Type | Description |
---|---|
List<string> | Partial response refers to an optimization technique offered by the RESTful web APIs to return only the information (fields) required by the client. In this mechanism, the client sends the required field names as the query parameters for an API to the server, and the server trims down the default response content by removing the fields that are not required by the client. The parameter used to control what fields to return should be a query string parameter called "fields" of type array, and usecollectionFormat |
OpcRequestId
Declaration
[HttpConverter(TargetEnum.Header, "opc-request-id")]
public string OpcRequestId { get; set; }
Property Value
Type | Description |
---|---|
string | Unique Oracle-assigned identifier for the request. If you need to contact Oracle about a particular request, please provide the request ID. |
SubscribedServiceId
Declaration
[Required(ErrorMessage = "SubscribedServiceId is required.")]
[HttpConverter(TargetEnum.Path, "subscribedServiceId")]
public string SubscribedServiceId { get; set; }
Property Value
Type | Description |
---|---|
string | The Subscribed Service Id |
Remarks
Required