View Source GoogleApi.MarketingPlatformAdmin.V1alpha.Model.SetPropertyServiceLevelRequest (google_api_marketing_platform_admin v0.4.0)

Request message for SetPropertyServiceLevel RPC.

Attributes

  • analyticsProperty (type: String.t, default: nil) - Required. The Analytics property to change the ServiceLevel setting. This field is the name of the Google Analytics Admin API property resource. Format: analyticsadmin.googleapis.com/properties/{property_id}
  • serviceLevel (type: String.t, default: nil) - Required. The service level to set for this property.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() ::
  %GoogleApi.MarketingPlatformAdmin.V1alpha.Model.SetPropertyServiceLevelRequest{
    analyticsProperty: String.t() | nil,
    serviceLevel: String.t() | nil
  }

Functions

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

Unwrap a decoded JSON object into its complex fields.