class Google::Apis::DeploymentmanagerV2beta::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_v2beta/classes.rb, line 1957
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_v2beta/classes.rb, line 1962
def update!(**args)
  @email = args[:email] if args.key?(:email)
end