class Google::Apis::BigqueryV2::GetServiceAccountResponse
Attributes
email[RW]
The service account email address. Corresponds to the JSON property `email` @return [String]
kind[RW]
The resource type of the response. Corresponds to the JSON property `kind` @return [String]
Public Class Methods
new(**args)
click to toggle source
# File lib/google/apis/bigquery_v2/classes.rb, line 2723 def initialize(**args) update!(**args) end
Public Instance Methods
update!(**args)
click to toggle source
Update properties of this object
# File lib/google/apis/bigquery_v2/classes.rb, line 2728 def update!(**args) @email = args[:email] if args.key?(:email) @kind = args[:kind] if args.key?(:kind) end