Show / Hide Table of Contents

Class BlockchainPlatformPatchCollection

Result of a patch list. Contains PatchSummary

Inheritance
object
BlockchainPlatformPatchCollection
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 BlockchainPlatformPatchCollection

Properties

Items

Declaration
[Required(ErrorMessage = "Items is required.")]
[JsonProperty(PropertyName = "items")]
public List<BlockchainPlatformPatchSummary> Items { get; set; }
Property Value
Type Description
List<BlockchainPlatformPatchSummary>

Collection of PatchSummary

Remarks

Required

In this article
Back to top