Class: Google::Apis::AnalyticsadminV1alpha::GoogleAnalyticsAdminV1alphaListSkAdNetworkConversionValueSchemasResponse
- Inherits:
-
Object
- Object
- Google::Apis::AnalyticsadminV1alpha::GoogleAnalyticsAdminV1alphaListSkAdNetworkConversionValueSchemasResponse
- Includes:
- Core::Hashable, Core::JsonObjectSupport
- Defined in:
- lib/google/apis/analyticsadmin_v1alpha/classes.rb,
lib/google/apis/analyticsadmin_v1alpha/representations.rb,
lib/google/apis/analyticsadmin_v1alpha/representations.rb
Overview
Response message for ListSKAdNetworkConversionValueSchemas RPC
Instance Attribute Summary collapse
-
#next_page_token ⇒ String
A token, which can be sent as
page_tokento retrieve the next page. -
#skadnetwork_conversion_value_schemas ⇒ Array<Google::Apis::AnalyticsadminV1alpha::GoogleAnalyticsAdminV1alphaSkAdNetworkConversionValueSchema>
List of SKAdNetworkConversionValueSchemas.
Instance Method Summary collapse
-
#initialize(**args) ⇒ GoogleAnalyticsAdminV1alphaListSkAdNetworkConversionValueSchemasResponse
constructor
A new instance of GoogleAnalyticsAdminV1alphaListSkAdNetworkConversionValueSchemasResponse.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ GoogleAnalyticsAdminV1alphaListSkAdNetworkConversionValueSchemasResponse
Returns a new instance of GoogleAnalyticsAdminV1alphaListSkAdNetworkConversionValueSchemasResponse.
4551 4552 4553 |
# File 'lib/google/apis/analyticsadmin_v1alpha/classes.rb', line 4551 def initialize(**args) update!(**args) end |
Instance Attribute Details
#next_page_token ⇒ String
A token, which can be sent as page_token to retrieve the next page. If this
field is omitted, there are no subsequent pages. Currently, Google Analytics
supports only one SKAdNetworkConversionValueSchema per dataStream, so this
will never be populated.
Corresponds to the JSON property nextPageToken
4544 4545 4546 |
# File 'lib/google/apis/analyticsadmin_v1alpha/classes.rb', line 4544 def next_page_token @next_page_token end |
#skadnetwork_conversion_value_schemas ⇒ Array<Google::Apis::AnalyticsadminV1alpha::GoogleAnalyticsAdminV1alphaSkAdNetworkConversionValueSchema>
List of SKAdNetworkConversionValueSchemas. This will have at most one value.
Corresponds to the JSON property skadnetworkConversionValueSchemas
4549 4550 4551 |
# File 'lib/google/apis/analyticsadmin_v1alpha/classes.rb', line 4549 def skadnetwork_conversion_value_schemas @skadnetwork_conversion_value_schemas end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
4556 4557 4558 4559 |
# File 'lib/google/apis/analyticsadmin_v1alpha/classes.rb', line 4556 def update!(**args) @next_page_token = args[:next_page_token] if args.key?(:next_page_token) @skadnetwork_conversion_value_schemas = args[:skadnetwork_conversion_value_schemas] if args.key?(:skadnetwork_conversion_value_schemas) end |