Class: Google::Apis::AnalyticsadminV1beta::GoogleAnalyticsAdminV1betaProvisionAccountTicketResponse
- Inherits:
-
Object
- Object
- Google::Apis::AnalyticsadminV1beta::GoogleAnalyticsAdminV1betaProvisionAccountTicketResponse
- 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
-
#account_ticket_id ⇒ String
The param to be passed in the ToS link.
Instance Method Summary collapse
-
#initialize(**args) ⇒ GoogleAnalyticsAdminV1betaProvisionAccountTicketResponse
constructor
A new instance of GoogleAnalyticsAdminV1betaProvisionAccountTicketResponse.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ GoogleAnalyticsAdminV1betaProvisionAccountTicketResponse
Returns a new instance of GoogleAnalyticsAdminV1betaProvisionAccountTicketResponse.
2078 2079 2080 |
# File 'lib/google/apis/analyticsadmin_v1beta/classes.rb', line 2078 def initialize(**args) update!(**args) end |
Instance Attribute Details
#account_ticket_id ⇒ String
The param to be passed in the ToS link.
Corresponds to the JSON property accountTicketId
2076 2077 2078 |
# File 'lib/google/apis/analyticsadmin_v1beta/classes.rb', line 2076 def account_ticket_id @account_ticket_id end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
2083 2084 2085 |
# File 'lib/google/apis/analyticsadmin_v1beta/classes.rb', line 2083 def update!(**args) @account_ticket_id = args[:account_ticket_id] if args.key?(:account_ticket_id) end |