Show / Hide Table of Contents

Class ContainerImageSignatureCollection

List container image signature results.

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

Properties

Items

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

Page of matching container image signatures.

Remarks

Required

RemainingItemsCount

Declaration
[Required(ErrorMessage = "RemainingItemsCount is required.")]
[JsonProperty(PropertyName = "remainingItemsCount")]
public int? RemainingItemsCount { get; set; }
Property Value
Type Description
int?

Estimated number of remaining results.

Remarks

Required

In this article
Back to top