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.
4468 4469 4470 |
# File 'lib/google/apis/analyticsadmin_v1alpha/classes.rb', line 4468 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
4461 4462 4463 |
# File 'lib/google/apis/analyticsadmin_v1alpha/classes.rb', line 4461 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
4466 4467 4468 |
# File 'lib/google/apis/analyticsadmin_v1alpha/classes.rb', line 4466 def skadnetwork_conversion_value_schemas @skadnetwork_conversion_value_schemas end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
4473 4474 4475 4476 |
# File 'lib/google/apis/analyticsadmin_v1alpha/classes.rb', line 4473 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 |