PublisherDetails¶
-
class
oci.functions.models.
PublisherDetails
(**kwargs)¶ Bases:
object
Contains details about the publisher of this PBF Listing.
Methods
__init__
(**kwargs)Initializes a new PublisherDetails object with values from keyword arguments. Attributes
name
[Required] Gets the name of this PublisherDetails. -
__init__
(**kwargs)¶ Initializes a new PublisherDetails object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: name (str) – The value to assign to the name property of this PublisherDetails.
-
name
¶ [Required] Gets the name of this PublisherDetails. Name of the Publisher
Returns: The name of this PublisherDetails. Return type: str
-