class Google::Apis::DeploymentmanagerAlpha::ServiceAccount

Service Account used as a credential.

Attributes

email[RW]

The IAM service account email address like test@myproject.iam.gserviceaccount. com Corresponds to the JSON property `email` @return [String]

Public Class Methods

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

Public Instance Methods

update!(**args) click to toggle source

Update properties of this object

# File lib/google/apis/deploymentmanager_alpha/classes.rb, line 2083
def update!(**args)
  @email = args[:email] if args.key?(:email)
end