Class SubscriptionMigrationDetails
Describes the details of the migrated subscription.
Implements
Inherited Members
Namespace: Google.Apis.PaymentsResellerSubscription.v1.Data
Assembly: Google.Apis.PaymentsResellerSubscription.v1.dll
Syntax
public class SubscriptionMigrationDetails : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
LegacyCreationTime
object representation of LegacyCreationTimeRaw.
Declaration
[JsonIgnore]
[Obsolete("This property is obsolete and may behave unexpectedly; please use LegacyCreationTimeDateTimeOffset instead.")]
public virtual object LegacyCreationTime { get; set; }
Property Value
| Type | Description |
|---|---|
| object |
LegacyCreationTimeDateTimeOffset
DateTimeOffset representation of LegacyCreationTimeRaw.
Declaration
[JsonIgnore]
public virtual DateTimeOffset? LegacyCreationTimeDateTimeOffset { get; set; }
Property Value
| Type | Description |
|---|---|
| DateTimeOffset? |
LegacyCreationTimeRaw
Output only. The creation time of the migrated subscription in the legacy system.
Declaration
[JsonProperty("legacyCreationTime")]
public virtual string LegacyCreationTimeRaw { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
MigratedSubscriptionId
Output only. The migrated subscription id in the legacy system.
Declaration
[JsonProperty("migratedSubscriptionId")]
public virtual string MigratedSubscriptionId { get; set; }
Property Value
| Type | Description |
|---|---|
| string |