Show / Hide Table of Contents

Class AdminServiceListingRevision

Listing revision details for service listings

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

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
[JsonProperty(PropertyName = "industries")]
public List<string> Industries { get; set; }
Property Value
Type Description
List<string>

List of industries subscribed by listing.

ProductCodes

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

List of product code subscribed by listing.

Products

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

List of Products subscribed by listing.

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