Class: Google::Apis::WorkloadmanagerV1::ViolationDetails

Inherits:
Object
  • Object
show all
Includes:
Core::Hashable, Core::JsonObjectSupport
Defined in:
lib/google/apis/workloadmanager_v1/classes.rb,
lib/google/apis/workloadmanager_v1/representations.rb,
lib/google/apis/workloadmanager_v1/representations.rb

Overview

Message describing the violdation in execution result

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ ViolationDetails

Returns a new instance of ViolationDetails.



1316
1317
1318
# File 'lib/google/apis/workloadmanager_v1/classes.rb', line 1316

def initialize(**args)
   update!(**args)
end

Instance Attribute Details

#assetString

the name of asset Corresponds to the JSON property asset

Returns:

  • (String)


1304
1305
1306
# File 'lib/google/apis/workloadmanager_v1/classes.rb', line 1304

def asset
  @asset
end

#observedHash<String,String>

observed Corresponds to the JSON property observed

Returns:

  • (Hash<String,String>)


1309
1310
1311
# File 'lib/google/apis/workloadmanager_v1/classes.rb', line 1309

def observed
  @observed
end

#service_accountString

the service account associate with resource Corresponds to the JSON property serviceAccount

Returns:

  • (String)


1314
1315
1316
# File 'lib/google/apis/workloadmanager_v1/classes.rb', line 1314

def 
  @service_account
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



1321
1322
1323
1324
1325
# File 'lib/google/apis/workloadmanager_v1/classes.rb', line 1321

def update!(**args)
  @asset = args[:asset] if args.key?(:asset)
  @observed = args[:observed] if args.key?(:observed)
  @service_account = args[:service_account] if args.key?(:service_account)
end