Show / Hide Table of Contents

Class Signature

User signature.

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

Properties

ETag

The ETag of the item.

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

Image

Optional. An image of the user's signature.

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

Metadata

Optional. Metadata associated with the user's signature. For example, the user's name or the user's title.

Declaration
[JsonProperty("metadata")]
public virtual IDictionary<string, string> Metadata { get; set; }
Property Value
Type Description
IDictionary<string, string>

SignatureTime

object representation of SignatureTimeRaw.

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

SignatureTimeDateTimeOffset

DateTimeOffset representation of SignatureTimeRaw.

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

SignatureTimeRaw

Optional. Timestamp of the signature.

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

UserId

Required. User's UUID provided by the client.

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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX