Show / Hide Table of Contents

Class SubscriptionMigrationDetails

Describes the details of the migrated subscription.

Inheritance
object
SubscriptionMigrationDetails
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.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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX