Class GoogleCloudBeyondcorpSaasplatformSubscriptionsV1alphaCancelSubscriptionResponse
Response message for BeyondCorp.CancelSubscription
Implements
Inherited Members
Namespace: Google.Apis.BeyondCorp.v1alpha.Data
Assembly: Google.Apis.BeyondCorp.v1alpha.dll
Syntax
public class GoogleCloudBeyondcorpSaasplatformSubscriptionsV1alphaCancelSubscriptionResponse : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
EffectiveCancellationTime
object representation of EffectiveCancellationTimeRaw.
Declaration
[JsonIgnore]
[Obsolete("This property is obsolete and may behave unexpectedly; please use EffectiveCancellationTimeDateTimeOffset instead.")]
public virtual object EffectiveCancellationTime { get; set; }
Property Value
Type | Description |
---|---|
object |
EffectiveCancellationTimeDateTimeOffset
DateTimeOffset representation of EffectiveCancellationTimeRaw.
Declaration
[JsonIgnore]
public virtual DateTimeOffset? EffectiveCancellationTimeDateTimeOffset { get; set; }
Property Value
Type | Description |
---|---|
DateTimeOffset? |
EffectiveCancellationTimeRaw
Time when the cancellation will become effective
Declaration
[JsonProperty("effectiveCancellationTime")]
public virtual string EffectiveCancellationTimeRaw { get; set; }
Property Value
Type | Description |
---|---|
string |