EndpointAttachment class

represents the Connector's Endpoint Attachment resource

Constructors

EndpointAttachment({String? createTime, String? description, String? endpointIp, Map<String, String>? labels, String? name, String? serviceAttachment, String? updateTime})
EndpointAttachment.fromJson(Map json_)

Properties

createTime String?
Created time.
getter/setter pair
description String?
Description of the resource.
getter/setter pair
endpointIp String?
The Private Service Connect connection endpoint ip
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 Endpoint Attachment.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
serviceAttachment String?
The path of the service attachment
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