CustomClass class

A set of words or phrases that represents a common concept likely to appear in your audio, for example a list of passenger ship names.

CustomClass items can be substituted into placeholders that you set in PhraseSet phrases.

Constructors

CustomClass({Map<String, String>? annotations, String? customClassId, String? deleteTime, String? displayName, String? etag, String? expireTime, List<ClassItem>? items, String? kmsKeyName, String? kmsKeyVersionName, String? name, bool? reconciling, String? state, String? uid})
CustomClass.fromJson(Map json_)

Properties

annotations Map<String, String>?
Allows users to store small amounts of arbitrary data.
getter/setter pair
customClassId String?
If this custom class is a resource, the custom_class_id is the resource id of the CustomClass.
getter/setter pair
deleteTime String?
The time at which this resource was requested for deletion.
getter/setter pair
displayName String?
User-settable, human-readable name for the CustomClass.
getter/setter pair
etag String?
This checksum is computed by the server based on the value of other fields.
getter/setter pair
expireTime String?
The time at which this resource will be purged.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
items List<ClassItem>?
A collection of class items.
getter/setter pair
kmsKeyName String?
The KMS key name with which the content of the ClassItem is encrypted.
getter/setter pair
kmsKeyVersionName String?
The KMS key version name with which content of the ClassItem is encrypted.
getter/setter pair
name String?
The resource name of the custom class.
getter/setter pair
reconciling bool?
Whether or not this CustomClass is in the process of being updated.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
state String?
The CustomClass lifecycle state.
getter/setter pair
uid String?
System-assigned unique identifier for the CustomClass.
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