ManagedZone class

represents the Connector's Managed Zone resource

Constructors

ManagedZone({String? createTime, String? description, String? dns, Map<String, String>? labels, String? name, String? targetProject, String? targetVpc, String? updateTime})
ManagedZone.fromJson(Map json_)

Properties

createTime String?
Created time.
getter/setter pair
description String?
Description of the resource.
getter/setter pair
dns String?
DNS Name of the resource
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
labels Map<String, String>?
Resource labels to represent user-provided metadata.
getter/setter pair
name String?
Resource name of the Managed Zone.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
targetProject String?
The name of the Target Project
getter/setter pair
targetVpc String?
The name of the Target Project VPC Network
getter/setter pair
updateTime String?
Updated time.
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