Class Signature
User signature.
Implements
Inherited Members
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
Optional. Timestamp of the signature.
Declaration
[JsonProperty("signatureTime")]
public virtual object SignatureTime { get; set; }
Property Value
| Type | Description |
|---|---|
| object |
UserId
Required. User's UUID provided by the client.
Declaration
[JsonProperty("userId")]
public virtual string UserId { get; set; }
Property Value
| Type | Description |
|---|---|
| string |