class Google::Apis::StoragetransferV1::GoogleServiceAccount

Google service account

Attributes

account_email[RW]

Email address of the service account. Corresponds to the JSON property `accountEmail` @return [String]

subject_id[RW]

Unique identifier for the service account. Corresponds to the JSON property `subjectId` @return [String]

Public Class Methods

new(**args) click to toggle source
# File lib/google/apis/storagetransfer_v1/classes.rb, line 350
def initialize(**args)
   update!(**args)
end

Public Instance Methods

update!(**args) click to toggle source

Update properties of this object

# File lib/google/apis/storagetransfer_v1/classes.rb, line 355
def update!(**args)
  @account_email = args[:account_email] if args.key?(:account_email)
  @subject_id = args[:subject_id] if args.key?(:subject_id)
end