Show / Hide Table of Contents

Class GoogleCloudPaymentsResellerSubscriptionV1SubscriptionLineItemBundleDetailsBundleElementDetails

The details for an element in the hard bundle.

Inheritance
object
GoogleCloudPaymentsResellerSubscriptionV1SubscriptionLineItemBundleDetailsBundleElementDetails
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 GoogleCloudPaymentsResellerSubscriptionV1SubscriptionLineItemBundleDetailsBundleElementDetails : IDirectResponseSchema

Properties

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

Product

Output only. Product resource name that identifies the bundle element. The format is 'partners/{partner_id}/products/{product_id}'.

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

UserAccountLinkedTime

object representation of UserAccountLinkedTimeRaw.

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

UserAccountLinkedTimeDateTimeOffset

DateTimeOffset representation of UserAccountLinkedTimeRaw.

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

UserAccountLinkedTimeRaw

Output only. The time when this product is linked to an end user.

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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX