Class: Google::Apis::SecuritycenterV1beta1::GoogleCloudSecuritycenterV2SecretFilePath

Inherits:
Object
  • Object
show all
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

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ GoogleCloudSecuritycenterV2SecretFilePath

Returns a new instance of GoogleCloudSecuritycenterV2SecretFilePath.



9379
9380
9381
# File 'lib/google/apis/securitycenter_v1beta1/classes.rb', line 9379

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

Instance Attribute Details

#pathString

Corresponds to the JSON property path

Returns:

  • (String)


9377
9378
9379
# File 'lib/google/apis/securitycenter_v1beta1/classes.rb', line 9377

def path
  @path
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



9384
9385
9386
# File 'lib/google/apis/securitycenter_v1beta1/classes.rb', line 9384

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