Class: Google::Ads::MarketingPlatform::Admin::V1alpha::SetPropertyServiceLevelRequest

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/marketingplatform/admin/v1alpha/marketingplatform_admin.rb

Overview

Request message for SetPropertyServiceLevel RPC.

Instance Attribute Summary collapse

Instance Attribute Details

Returns Required. The parent AnalyticsAccountLink scope where this property is in. Format: organizations/{org_id}/analyticsAccountLinks/{analytics_account_link_id}.

Returns:

  • (::String)

    Required. The parent AnalyticsAccountLink scope where this property is in. Format: organizations/{org_id}/analyticsAccountLinks/{analytics_account_link_id}



112
113
114
115
# File 'proto_docs/google/marketingplatform/admin/v1alpha/marketingplatform_admin.rb', line 112

class SetPropertyServiceLevelRequest
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#analytics_property::String

Returns 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}.

Returns:

  • (::String)

    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}



112
113
114
115
# File 'proto_docs/google/marketingplatform/admin/v1alpha/marketingplatform_admin.rb', line 112

class SetPropertyServiceLevelRequest
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#service_level::Google::Ads::MarketingPlatform::Admin::V1alpha::AnalyticsServiceLevel

Returns Required. The service level to set for this property.

Returns:



112
113
114
115
# File 'proto_docs/google/marketingplatform/admin/v1alpha/marketingplatform_admin.rb', line 112

class SetPropertyServiceLevelRequest
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end