GoogleApi.AnalyticsHub.V1.Model.RevokeSubscriptionRequest (google_api_analytics_hub v0.6.0)
View SourceMessage 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
@type t() :: %GoogleApi.AnalyticsHub.V1.Model.RevokeSubscriptionRequest{ revokeCommercial: boolean() | nil }