Show / Hide Table of Contents

Class GoogleCloudDocumentaiV1ProcessorVersionDeprecationInfo

Information about the upcoming deprecation of this processor version.

Inheritance
object
GoogleCloudDocumentaiV1ProcessorVersionDeprecationInfo
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.Document.v1.Data
Assembly: Google.Apis.Document.v1.dll
Syntax
public class GoogleCloudDocumentaiV1ProcessorVersionDeprecationInfo : IDirectResponseSchema

Properties

DeprecationTime

object representation of DeprecationTimeRaw.

Declaration
[JsonIgnore]
[Obsolete("This property is obsolete and may behave unexpectedly; please use DeprecationTimeDateTimeOffset instead.")]
public virtual object DeprecationTime { get; set; }
Property Value
Type Description
object

DeprecationTimeDateTimeOffset

DateTimeOffset representation of DeprecationTimeRaw.

Declaration
[JsonIgnore]
public virtual DateTimeOffset? DeprecationTimeDateTimeOffset { get; set; }
Property Value
Type Description
DateTimeOffset?

DeprecationTimeRaw

The time at which this processor version will be deprecated.

Declaration
[JsonProperty("deprecationTime")]
public virtual string DeprecationTimeRaw { 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

ReplacementProcessorVersion

If set, the processor version that will be used as a replacement.

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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX