Show / Hide Table of Contents

Class PublisherDetails

Note: Deprecated. Use the new resource model APIs instead. Contains details about the publisher of this PBF Listing.

Inheritance
object
PublisherDetails
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Oci.FunctionsService.Models
Assembly: OCI.DotNetSDK.Functions.dll
Syntax
public class PublisherDetails

Properties

Name

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

Name of the Publisher

Remarks

Required

In this article
Back to top