ServiceClass class

The ServiceClass resource.

Next id: 9

Constructors

ServiceClass({String? createTime, String? description, String? etag, Map<String, String>? labels, String? name, String? serviceClass, String? updateTime})
ServiceClass.fromJson(Map json_)

Properties

createTime String?
Time when the ServiceClass 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
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 ServiceClass resource.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
serviceClass String?
The generated service class name.
getter/setter pair
updateTime String?
Time when the ServiceClass 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