class Google::Apis::SecuritycenterV1::GoogleCloudSecuritycenterV2OrgPolicy

Contains information about the org policies associated with the finding.

def initialize(**args)

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

def update!(**args)

Update properties of this object
def update!(**args)
  @name = args[:name] if args.key?(:name)
end