Show / Hide Table of Contents

Class UpgradeBlockchainPlatformDetails

Input payload to upgrade the blockchain platform.

Inheritance
object
UpgradeBlockchainPlatformDetails
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Oci.BlockchainService.Models
Assembly: OCI.DotNetSDK.Blockchain.dll
Syntax
public class UpgradeBlockchainPlatformDetails

Properties

PatchId

Declaration
[Required(ErrorMessage = "PatchId is required.")]
[JsonProperty(PropertyName = "patchId")]
public string PatchId { get; set; }
Property Value
Type Description
string

The patch ID corresponding to the version to which platform will be upgraded.

Remarks

Required

In this article
Back to top