Class GetBlockchainPlatformRequest
Implements
Inherited Members
Namespace: Oci.BlockchainService.Requests
Assembly: OCI.DotNetSDK.Blockchain.dll
Syntax
public class GetBlockchainPlatformRequest : IOciRequestExamples
Click here to see an example of how to use GetBlockchainPlatform request.
Properties
BlockchainPlatformId
Declaration
[Required(ErrorMessage = "BlockchainPlatformId is required.")]
[HttpConverter(TargetEnum.Path, "blockchainPlatformId")]
public string BlockchainPlatformId { get; set; }Property Value
| Type | Description | 
|---|---|
| string | Unique service identifier. | 
Remarks
Required
OpcRequestId
Declaration
[HttpConverter(TargetEnum.Header, "opc-request-id")]
public string OpcRequestId { get; set; }Property Value
| Type | Description | 
|---|---|
| string | The client request ID for tracing. |