GoogleCloudApihubV1AllowedValue class

The value that can be assigned to the attribute when the data type is enum.

Constructors

GoogleCloudApihubV1AllowedValue.new({String? description, String? displayName, String? id, bool? immutable})
GoogleCloudApihubV1AllowedValue.fromJson(Map json_)

Properties

description String?
The detailed description of the allowed value.
getter/setter pair
displayName String?
The display name of the allowed value.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
id String?
The ID of the allowed value.
getter/setter pair
immutable bool?
When set to true, the allowed value cannot be updated or deleted by the user.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

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