RouteTable class

Constructors

RouteTable({String? createTime, String? description, Map<String, String>? labels, String? name, String? state, String? uid, String? updateTime})
RouteTable.fromJson(Map json_)

Properties

createTime String?
The time the route table was created.
getter/setter pair
description String?
An optional description of the route table.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
labels Map<String, String>?
Optional labels in key-value pair format.
getter/setter pair
name String?
The name of the route table.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
state String?
The current lifecycle state of this route table.
getter/setter pair
uid String?
The Google-generated UUID for the route table.
getter/setter pair
updateTime String?
The time the route table 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