class Google::Apis::StoragetransferV1::GoogleServiceAccount
Google service account
Attributes
account_email[RW]
Required. Corresponds to the JSON property `accountEmail` @return [String]
Public Class Methods
new(**args)
click to toggle source
# File generated/google/apis/storagetransfer_v1/classes.rb, line 34 def initialize(**args) update!(**args) end
Public Instance Methods
update!(**args)
click to toggle source
Update properties of this object
# File generated/google/apis/storagetransfer_v1/classes.rb, line 39 def update!(**args) @account_email = args[:account_email] if args.key?(:account_email) end