Show / Hide Table of Contents

Class ListingRevisionAttachmentCollection

Results of the listing attachments search. Contains attachment items.

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

Properties

Items

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

List of attachment summary.

Remarks

Required

In this article
Back to top