Show / Hide Table of Contents

Class UserDataMapping

Maps a resource to the associated user and Attributes.

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

Properties

ArchiveTime

object representation of ArchiveTimeRaw.

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

ArchiveTimeDateTimeOffset

DateTimeOffset representation of ArchiveTimeRaw.

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

ArchiveTimeRaw

Output only. Indicates the time when this mapping was archived.

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

Archived

Output only. Indicates whether this mapping is archived.

Declaration
[JsonProperty("archived")]
public virtual bool? Archived { get; set; }
Property Value
Type Description
bool?

DataId

Required. A unique identifier for the mapped resource.

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

Name

Resource name of the User data mapping, of the form projects/{project_id}/locations/{location_id}/datasets/{dataset_id}/consentStores/{consent_store_id}/userDataMappings/{user_data_mapping_id}.

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

ResourceAttributes

Attributes of the resource. Only explicitly set attributes are displayed here. Attribute definitions with defaults set implicitly apply to these User data mappings. Attributes listed here must be single valued, that is, exactly one value is specified for the field "values" in each Attribute.

Declaration
[JsonProperty("resourceAttributes")]
public virtual IList<Attribute> ResourceAttributes { get; set; }
Property Value
Type Description
IList<Attribute>

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