Show / Hide Table of Contents

Class UpdateSupportedServiceAttachment

Supported services attachment for the listing revision.

Inheritance
object
UpdateListingRevisionAttachmentDetails
UpdateSupportedServiceAttachment
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 UpdateSupportedServiceAttachment : UpdateListingRevisionAttachmentDetails

Properties

ServiceName

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

Name of the service

Remarks

Required

Type

Declaration
[Required(ErrorMessage = "Type is required.")]
[JsonProperty(PropertyName = "type")]
[JsonConverter(typeof(StringEnumConverter))]
public SupportedServiceAttachment.TypeEnum? Type { get; set; }
Property Value
Type Description
SupportedServiceAttachment.TypeEnum?

Type of service

Remarks

Required

Url

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

Optional url to service information

In this article
Back to top