Class: Google::Apis::SecuritycenterV1beta1::GoogleCloudSecuritycenterV2Folder
- Inherits:
-
Object
- Object
- Google::Apis::SecuritycenterV1beta1::GoogleCloudSecuritycenterV2Folder
- 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
-
#resource_folder ⇒ String
Corresponds to the JSON property
resourceFolder. -
#resource_folder_display_name ⇒ String
Corresponds to the JSON property
resourceFolderDisplayName.
Instance Method Summary collapse
-
#initialize(**args) ⇒ GoogleCloudSecuritycenterV2Folder
constructor
A new instance of GoogleCloudSecuritycenterV2Folder.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ GoogleCloudSecuritycenterV2Folder
Returns a new instance of GoogleCloudSecuritycenterV2Folder.
6992 6993 6994 |
# File 'lib/google/apis/securitycenter_v1beta1/classes.rb', line 6992 def initialize(**args) update!(**args) end |
Instance Attribute Details
#resource_folder ⇒ String
Corresponds to the JSON property resourceFolder
6985 6986 6987 |
# File 'lib/google/apis/securitycenter_v1beta1/classes.rb', line 6985 def resource_folder @resource_folder end |
#resource_folder_display_name ⇒ String
Corresponds to the JSON property resourceFolderDisplayName
6990 6991 6992 |
# File 'lib/google/apis/securitycenter_v1beta1/classes.rb', line 6990 def resource_folder_display_name @resource_folder_display_name end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
6997 6998 6999 7000 |
# File 'lib/google/apis/securitycenter_v1beta1/classes.rb', line 6997 def update!(**args) @resource_folder = args[:resource_folder] if args.key?(:resource_folder) @resource_folder_display_name = args[:resource_folder_display_name] if args.key?(:resource_folder_display_name) end |