GoogleApi.AnalyticsHub.V1.Model.RevokeSubscriptionRequest (google_api_analytics_hub v0.6.0)

View Source

Message for revoking a subscription.

Attributes

  • revokeCommercial (type: boolean(), default: nil) - Optional. If the subscription is commercial then this field must be set to true, otherwise a failure is thrown. This acts as a safety guard to avoid revoking commercial subscriptions accidentally.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

t()

@type t() :: %GoogleApi.AnalyticsHub.V1.Model.RevokeSubscriptionRequest{
  revokeCommercial: boolean() | nil
}

Functions

decode(value, options)

@spec decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.