Show / Hide Table of Contents

Class GoogleCloudBeyondcorpSaasplatformSubscriptionsV1alphaCancelSubscriptionResponse

Response message for BeyondCorp.CancelSubscription

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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX