Show / Hide Table of Contents

Class UpdateCustomerSuccessAttachment

customer success story attachment for the listing revision.

Inheritance
object
UpdateListingRevisionAttachmentDetails
UpdateCustomerSuccessAttachment
Inherited Members
UpdateListingRevisionAttachmentDetails.DisplayName
UpdateListingRevisionAttachmentDetails.Description
UpdateListingRevisionAttachmentDetails.FreeformTags
UpdateListingRevisionAttachmentDetails.DefinedTags
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 UpdateCustomerSuccessAttachment : UpdateListingRevisionAttachmentDetails

Properties

CustomerName

Declaration
[Required(ErrorMessage = "CustomerName is required.")]
[JsonProperty(PropertyName = "customerName")]
public string CustomerName { get; set; }
Property Value
Type Description
string

Name of the customer

Remarks

Required

ProductCodes

Declaration
[JsonProperty(PropertyName = "productCodes")]
public List<string> ProductCodes { get; set; }
Property Value
Type Description
List<string>

List of product codes for success story

Url

Declaration
[JsonProperty(PropertyName = "url")]
public string Url { get; set; }
Property Value
Type Description
string

Optional url to success story

In this article
Back to top