Show / Hide Table of Contents

Class CustomerSuccessAttachment

Customer success story attachment for the service listing revision.

Inheritance
object
ListingRevisionAttachment
CustomerSuccessAttachment
Inherited Members
ListingRevisionAttachment.Id
ListingRevisionAttachment.CompartmentId
ListingRevisionAttachment.ListingRevisionId
ListingRevisionAttachment.DisplayName
ListingRevisionAttachment.Description
ListingRevisionAttachment.LifecycleState
ListingRevisionAttachment.TimeCreated
ListingRevisionAttachment.TimeUpdated
ListingRevisionAttachment.FreeformTags
ListingRevisionAttachment.DefinedTags
ListingRevisionAttachment.SystemTags
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 CustomerSuccessAttachment : ListingRevisionAttachment

Properties

ContentUrl

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

URL of the uploaded document.

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

MimeType

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

The MIME type of the uploaded data.

ProductCodes

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

List of product codes for customer 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