GoogleCloudApihubV1AttributeValues class
The attribute values associated with resource.
Constructors
- GoogleCloudApihubV1AttributeValues.new({String? attribute, GoogleCloudApihubV1EnumAttributeValues? enumValues, GoogleCloudApihubV1StringAttributeValues? jsonValues, GoogleCloudApihubV1StringAttributeValues? stringValues, GoogleCloudApihubV1StringAttributeValues? uriValues})
- GoogleCloudApihubV1AttributeValues.fromJson(Map json_)
Properties
- attribute ↔ String?
-
The name of the attribute.
getter/setter pair
- enumValues ↔ GoogleCloudApihubV1EnumAttributeValues?
-
The attribute values associated with a resource in case attribute data
type is enum.
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- jsonValues ↔ GoogleCloudApihubV1StringAttributeValues?
-
The attribute values associated with a resource in case attribute data
type is JSON.
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- stringValues ↔ GoogleCloudApihubV1StringAttributeValues?
-
The attribute values associated with a resource in case attribute data
type is string.
getter/setter pair
- uriValues ↔ GoogleCloudApihubV1StringAttributeValues?
-
The attribute values associated with a resource in case attribute data
type is URL, URI or IP, like gs://bucket-name/object-name.
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