Domain class
A domain name that is associated with a backend.
Constructors
-
Domain.new({Map<
String, String> ? annotations, String? createTime, CustomDomainStatus? customDomainStatus, String? deleteTime, bool? disabled, String? displayName, String? etag, Map<String, String> ? labels, String? name, bool? reconciling, ServingBehavior? serve, String? type, String? uid, String? updateTime}) - Domain.fromJson(Map json_)
Properties
-
annotations
↔ Map<
String, String> ? -
Annotations as key value pairs.
getter/setter pair
- createTime ↔ String?
-
Time at which the domain was created.
getter/setter pair
- customDomainStatus ↔ CustomDomainStatus?
-
Represents the state and configuration of a
CUSTOM
type domain.getter/setter pair - deleteTime ↔ String?
-
Time at which the domain was deleted.
getter/setter pair
- disabled ↔ bool?
-
Whether the domain is disabled.
getter/setter pair
- displayName ↔ String?
-
Mutable human-readable name for the domain.
getter/setter pair
- etag ↔ String?
-
Server-computed checksum based on other values; may be sent on update or
delete to ensure operation is done on expected resource.
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
-
labels
↔ Map<
String, String> ? -
Labels as key value pairs.
getter/setter pair
- name ↔ String?
-
Identifier.
getter/setter pair
- reconciling ↔ bool?
-
A field that, if true, indicates that the build has an ongoing LRO.
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- serve ↔ ServingBehavior?
-
The serving behavior of the domain.
getter/setter pair
- type ↔ String?
-
The type of the domain.
getter/setter pair
- uid ↔ String?
-
System-assigned, unique identifier.
getter/setter pair
- updateTime ↔ String?
-
Time at which the domain was last updated.
getter/setter pair
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → Map< String, dynamic> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited