MarketingBrandMicrositeDnsConfig¶
-
class
oci.fusion_apps.models.MarketingBrandMicrositeDnsConfig(**kwargs)¶ Bases:
objectList of DNS records for email subdomain
Methods
__init__(**kwargs)Initializes a new MarketingBrandMicrositeDnsConfig object with values from keyword arguments. Attributes
records[Required] Gets the records of this MarketingBrandMicrositeDnsConfig. -
__init__(**kwargs)¶ Initializes a new MarketingBrandMicrositeDnsConfig object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: records (list[oci.fusion_apps.models.DnsRecord]) – The value to assign to the records property of this MarketingBrandMicrositeDnsConfig.
-
records¶ [Required] Gets the records of this MarketingBrandMicrositeDnsConfig. dns records list.
Returns: The records of this MarketingBrandMicrositeDnsConfig. Return type: list[oci.fusion_apps.models.DnsRecord]
-