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_token
to 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.
4559 4560 4561 |
# File 'lib/google/apis/analyticsadmin_v1alpha/classes.rb', line 4559 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
4552 4553 4554 |
# File 'lib/google/apis/analyticsadmin_v1alpha/classes.rb', line 4552 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
4557 4558 4559 |
# File 'lib/google/apis/analyticsadmin_v1alpha/classes.rb', line 4557 def skadnetwork_conversion_value_schemas @skadnetwork_conversion_value_schemas end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
4564 4565 4566 4567 |
# File 'lib/google/apis/analyticsadmin_v1alpha/classes.rb', line 4564 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 |