Show / Hide Table of Contents

Class ServiceListingRevision

Listing revision details for service listings

Inheritance
object
ListingRevision
ServiceListingRevision
Inherited Members
ListingRevision.Id
ListingRevision.ListingId
ListingRevision.CompartmentId
ListingRevision.DisplayName
ListingRevision.RevisionNumber
ListingRevision.Headline
ListingRevision.Tagline
ListingRevision.Keywords
ListingRevision.ShortDescription
ListingRevision.UsageInformation
ListingRevision.LongDescription
ListingRevision.TimeCreated
ListingRevision.TimeUpdated
ListingRevision.ContentLanguage
ListingRevision.Supportedlanguages
ListingRevision.SupportContacts
ListingRevision.SupportLinks
ListingRevision.Icon
ListingRevision.Status
ListingRevision.StatusNotes
ListingRevision.LifecycleState
ListingRevision.PackageType
ListingRevision.ExtendedMetadata
ListingRevision.FreeformTags
ListingRevision.DefinedTags
ListingRevision.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 ServiceListingRevision : ListingRevision

Properties

ContactUs

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

Custom text by partner regarding contact information

GeoLocations

Declaration
[JsonProperty(PropertyName = "geoLocations")]
public List<GeoLocation> GeoLocations { get; set; }
Property Value
Type Description
List<GeoLocation>

Support details based on geographic location

Industries

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

List of industries subscribed by listing.

Remarks

Required

ProductCodes

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

List of product codes subscribed by listing.

Remarks

Required

TrainedProfessionals

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

Number of trained professional per product

VanityUrl

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

Custom link to the listing

In this article
Back to top