Class RollbackFhirResourcesRequest
Implements
Inherited Members
Namespace: Google.Apis.CloudHealthcare.v1.Data
Assembly: Google.Apis.CloudHealthcare.v1.dll
Syntax
public class RollbackFhirResourcesRequest : IDirectResponseSchema
Properties
ChangeType
Optional. CREATE/UPDATE/DELETE/ALL for reverting all txns of a certain type.
Declaration
[JsonProperty("changeType")]
public virtual string ChangeType { 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 |
ExcludeRollbacks
Optional. Specifies whether to exclude earlier rollbacks.
Declaration
[JsonProperty("excludeRollbacks")]
public virtual bool? ExcludeRollbacks { get; set; }
Property Value
Type | Description |
---|---|
bool? |
FilteringFields
Optional. Parameters for filtering resources
Declaration
[JsonProperty("filteringFields")]
public virtual RollbackFhirResourceFilteringFields FilteringFields { get; set; }
Property Value
Type | Description |
---|---|
RollbackFhirResourceFilteringFields |
Force
Optional. When enabled, changes will be reverted without explicit confirmation
Declaration
[JsonProperty("force")]
public virtual bool? Force { get; set; }
Property Value
Type | Description |
---|---|
bool? |
InputGcsObject
Optional. Cloud Storage object containing list of {resourceType}/{resourceId} lines, identifying resources to be reverted
Declaration
[JsonProperty("inputGcsObject")]
public virtual string InputGcsObject { get; set; }
Property Value
Type | Description |
---|---|
string |
ResultGcsBucket
Required. Bucket to deposit result
Declaration
[JsonProperty("resultGcsBucket")]
public virtual string ResultGcsBucket { get; set; }
Property Value
Type | Description |
---|---|
string |
RollbackTime
object representation of RollbackTimeRaw.
Declaration
[JsonIgnore]
[Obsolete("This property is obsolete and may behave unexpectedly; please use RollbackTimeDateTimeOffset instead.")]
public virtual object RollbackTime { get; set; }
Property Value
Type | Description |
---|---|
object |
RollbackTimeDateTimeOffset
DateTimeOffset representation of RollbackTimeRaw.
Declaration
[JsonIgnore]
public virtual DateTimeOffset? RollbackTimeDateTimeOffset { get; set; }
Property Value
Type | Description |
---|---|
DateTimeOffset? |
RollbackTimeRaw
Required. Time point to rollback to.
Declaration
[JsonProperty("rollbackTime")]
public virtual string RollbackTimeRaw { get; set; }
Property Value
Type | Description |
---|---|
string |
Type
Optional. If specified, revert only resources of these types
Declaration
[JsonProperty("type")]
public virtual IList<string> Type { get; set; }
Property Value
Type | Description |
---|---|
IList<string> |