Show / Hide Table of Contents

Class GoogleCloudNotebooklmV1alphaFailureReasonSourceTooLong

Indicates source word count exceeded the user's limit.

Inheritance
object
GoogleCloudNotebooklmV1alphaFailureReasonSourceTooLong
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.DiscoveryEngine.v1alpha.Data
Assembly: Google.Apis.DiscoveryEngine.v1alpha.dll
Syntax
public class GoogleCloudNotebooklmV1alphaFailureReasonSourceTooLong : IDirectResponseSchema

Properties

ETag

The ETag of the item.

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

WordCount

The number of words in the source.

Declaration
[JsonProperty("wordCount")]
public virtual int? WordCount { get; set; }
Property Value
Type Description
int?

WordLimit

The word count limit for the current user at the time of the upload.

Declaration
[JsonProperty("wordLimit")]
public virtual int? WordLimit { get; set; }
Property Value
Type Description
int?

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX