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
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 |