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.
4595 4596 4597 |
# File 'lib/google/apis/analyticsadmin_v1alpha/classes.rb', line 4595 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
4588 4589 4590 |
# File 'lib/google/apis/analyticsadmin_v1alpha/classes.rb', line 4588 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
4593 4594 4595 |
# File 'lib/google/apis/analyticsadmin_v1alpha/classes.rb', line 4593 def skadnetwork_conversion_value_schemas @skadnetwork_conversion_value_schemas end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
4600 4601 4602 4603 |
# File 'lib/google/apis/analyticsadmin_v1alpha/classes.rb', line 4600 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 |