Class: Google::Analytics::Admin::V1alpha::ProvisionAccountTicketRequest

Inherits:
Object
  • Object
show all
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

Instance Attribute Details

#account::Google::Analytics::Admin::V1alpha::Account

Returns The account to create.

Returns:



214
215
216
217
# File 'proto_docs/google/analytics/admin/v1alpha/analytics_admin.rb', line 214

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 Developers Console as a Redirect URI.

Returns:

  • (::String)

    Redirect URI where the user will be sent after accepting Terms of Service. Must be configured in Developers Console as a Redirect URI



214
215
216
217
# File 'proto_docs/google/analytics/admin/v1alpha/analytics_admin.rb', line 214

class ProvisionAccountTicketRequest
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end