Class: Google::Apis::SecuritycenterV1beta1::GoogleCloudSecuritycenterV2AdcSharedTemplateRevision
- Inherits:
-
Object
- Object
- Google::Apis::SecuritycenterV1beta1::GoogleCloudSecuritycenterV2AdcSharedTemplateRevision
- Includes:
- Core::Hashable, Core::JsonObjectSupport
- Defined in:
- lib/google/apis/securitycenter_v1beta1/classes.rb,
lib/google/apis/securitycenter_v1beta1/representations.rb,
lib/google/apis/securitycenter_v1beta1/representations.rb
Instance Attribute Summary collapse
-
#name ⇒ String
Corresponds to the JSON property
name.
Instance Method Summary collapse
-
#initialize(**args) ⇒ GoogleCloudSecuritycenterV2AdcSharedTemplateRevision
constructor
A new instance of GoogleCloudSecuritycenterV2AdcSharedTemplateRevision.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ GoogleCloudSecuritycenterV2AdcSharedTemplateRevision
Returns a new instance of GoogleCloudSecuritycenterV2AdcSharedTemplateRevision.
4455 4456 4457 |
# File 'lib/google/apis/securitycenter_v1beta1/classes.rb', line 4455 def initialize(**args) update!(**args) end |
Instance Attribute Details
#name ⇒ String
Corresponds to the JSON property name
4453 4454 4455 |
# File 'lib/google/apis/securitycenter_v1beta1/classes.rb', line 4453 def name @name end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
4460 4461 4462 |
# File 'lib/google/apis/securitycenter_v1beta1/classes.rb', line 4460 def update!(**args) @name = args[:name] if args.key?(:name) end |