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.
4413 4414 4415 |
# File 'lib/google/apis/analyticsadmin_v1alpha/classes.rb', line 4413 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
4406 4407 4408 |
# File 'lib/google/apis/analyticsadmin_v1alpha/classes.rb', line 4406 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
4411 4412 4413 |
# File 'lib/google/apis/analyticsadmin_v1alpha/classes.rb', line 4411 def skadnetwork_conversion_value_schemas @skadnetwork_conversion_value_schemas end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
4418 4419 4420 4421 |
# File 'lib/google/apis/analyticsadmin_v1alpha/classes.rb', line 4418 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 |