Show / Hide Table of Contents

Class CreateCustomClassRequest

Message sent by the client for the CreateCustomClass method.

Inheritance
object
CreateCustomClassRequest
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.Speech.v1p1beta1.Data
Assembly: Google.Apis.Speech.v1p1beta1.dll
Syntax
public class CreateCustomClassRequest : IDirectResponseSchema

Properties

CustomClass

Required. The custom class to create.

Declaration
[JsonProperty("customClass")]
public virtual CustomClass CustomClass { get; set; }
Property Value
Type Description
CustomClass

CustomClassId

Required. The ID to use for the custom class, which will become the final component of the custom class' resource name. This value should restrict to letters, numbers, and hyphens, with the first character a letter, the last a letter or a number, and be 4-63 characters.

Declaration
[JsonProperty("customClassId")]
public virtual string CustomClassId { get; set; }
Property Value
Type Description
string

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX