Show / Hide Table of Contents

Class ObjectStorageLinkCollection

Results of a Object Storage link search. Contains both ObjectStorageLinkSummary items and other information, such as metadata.

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

Properties

Items

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

List of Object Storage links.

Remarks

Required

In this article
Back to top