Class: Google::Apis::AnalyticsadminV1beta::GoogleAnalyticsAdminV1betaProvisionAccountTicketResponse

Inherits:
Object
  • Object
show all
Includes:
Core::Hashable, Core::JsonObjectSupport
Defined in:
lib/google/apis/analyticsadmin_v1beta/classes.rb,
lib/google/apis/analyticsadmin_v1beta/representations.rb,
lib/google/apis/analyticsadmin_v1beta/representations.rb

Overview

Response message for ProvisionAccountTicket RPC.

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ GoogleAnalyticsAdminV1betaProvisionAccountTicketResponse

Returns a new instance of GoogleAnalyticsAdminV1betaProvisionAccountTicketResponse.



2096
2097
2098
# File 'lib/google/apis/analyticsadmin_v1beta/classes.rb', line 2096

def initialize(**args)
   update!(**args)
end

Instance Attribute Details

#account_ticket_idString

The param to be passed in the ToS link. Corresponds to the JSON property accountTicketId

Returns:

  • (String)


2094
2095
2096
# File 'lib/google/apis/analyticsadmin_v1beta/classes.rb', line 2094

def 
  @account_ticket_id
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



2101
2102
2103
# File 'lib/google/apis/analyticsadmin_v1beta/classes.rb', line 2101

def update!(**args)
  @account_ticket_id = args[:account_ticket_id] if args.key?(:account_ticket_id)
end