DomainName class

Represents a domain name.

Constructors

DomainName({required String domainName, String? apiMappingSelectionExpression, List<DomainNameConfiguration>? domainNameConfigurations, MutualTlsAuthentication? mutualTlsAuthentication, Map<String, String>? tags})
DomainName.fromJson(Map<String, dynamic> json)
factory

Properties

apiMappingSelectionExpression String?
The API mapping selection expression.
final
domainName String
The name of the DomainName resource.
final
domainNameConfigurations List<DomainNameConfiguration>?
The domain name configurations.
final
hashCode int
The hash code for this object.
no setterinherited
mutualTlsAuthentication MutualTlsAuthentication?
The mutual TLS authentication configuration for a custom domain name.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
tags Map<String, String>?
The collection of tags associated with a domain name.
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited