class Google::Apis::SecuritycenterV1::GoogleCloudSecuritycenterV1p1beta1Folder
Message that contains the resource name and display name of a folder resource.
Attributes
resource_folder[RW]
Full resource name of this folder. See: cloud.google.com/apis/design/ resource_names#full_resource_name Corresponds to the JSON property `resourceFolder` @return [String]
resource_folder_display_name[RW]
The user defined display name for this folder. Corresponds to the JSON property `resourceFolderDisplayName` @return [String]
Public Class Methods
new(**args)
click to toggle source
# File lib/google/apis/securitycenter_v1/classes.rb, line 939 def initialize(**args) update!(**args) end
Public Instance Methods
update!(**args)
click to toggle source
Update properties of this object
# File lib/google/apis/securitycenter_v1/classes.rb, line 944 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