MarketingBrandEmailSubdomainDnsConfig¶
-
class
oci.fusion_apps.models.MarketingBrandEmailSubdomainDnsConfig(**kwargs)¶ Bases:
objectList of DNS records for email subdomain
Methods
__init__(**kwargs)Initializes a new MarketingBrandEmailSubdomainDnsConfig object with values from keyword arguments. Attributes
records[Required] Gets the records of this MarketingBrandEmailSubdomainDnsConfig. -
__init__(**kwargs)¶ Initializes a new MarketingBrandEmailSubdomainDnsConfig 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 MarketingBrandEmailSubdomainDnsConfig.
-
records¶ [Required] Gets the records of this MarketingBrandEmailSubdomainDnsConfig. dns records list.
Returns: The records of this MarketingBrandEmailSubdomainDnsConfig. Return type: list[oci.fusion_apps.models.DnsRecord]
-