Class GoogleCloudPaymentsResellerSubscriptionV1SubscriptionMigrationDetails
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 GoogleCloudPaymentsResellerSubscriptionV1SubscriptionMigrationDetails : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { 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 |