Show / Hide Table of Contents

Class OdaInstanceAttachmentCollection

Results of a Oda instance attachment search. Contains OdaInstanceAttachment items.

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

Properties

Items

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

List of Oda instance attachments.

Remarks

Required

In this article
Back to top