ServiceConnectionToken class

The ServiceConnectionToken resource.

Next id: 10

Constructors

ServiceConnectionToken({String? createTime, String? description, String? etag, String? expireTime, Map<String, String>? labels, String? name, String? network, String? token, String? updateTime})
ServiceConnectionToken.fromJson(Map json_)

Properties

createTime String?
Time when the ServiceConnectionToken was created.
getter/setter pair
description String?
A description of this resource.
getter/setter pair
etag String?
The etag is computed by the server, and may be sent on update and delete requests to ensure the client has an up-to-date value before proceeding.
getter/setter pair
expireTime String?
The time to which this token is valid.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
labels Map<String, String>?
User-defined labels.
getter/setter pair
name String?
The name of a ServiceConnectionToken.
getter/setter pair
network String?
The resource path of the network associated with this token.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
token String?
The token generated by Automation.
getter/setter pair
updateTime String?
Time when the ServiceConnectionToken was 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