Class: Google::Analytics::Admin::V1alpha::ProvisionAccountTicketRequest
- Inherits:
-
Object
- Object
- Google::Analytics::Admin::V1alpha::ProvisionAccountTicketRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/analytics/admin/v1alpha/analytics_admin.rb
Overview
Request message for ProvisionAccountTicket RPC.
Instance Attribute Summary collapse
-
#account ⇒ ::Google::Analytics::Admin::V1alpha::Account
The account to create.
-
#redirect_uri ⇒ ::String
Redirect URI where the user will be sent after accepting Terms of Service.
Instance Attribute Details
#account ⇒ ::Google::Analytics::Admin::V1alpha::Account
Returns The account to create.
235 236 237 238 |
# File 'proto_docs/google/analytics/admin/v1alpha/analytics_admin.rb', line 235 class ProvisionAccountTicketRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#redirect_uri ⇒ ::String
Returns Redirect URI where the user will be sent after accepting Terms of Service. Must be configured in Cloud Console as a Redirect URI.
235 236 237 238 |
# File 'proto_docs/google/analytics/admin/v1alpha/analytics_admin.rb', line 235 class ProvisionAccountTicketRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |