class Google::Apis::SecuritycenterV1::GoogleCloudSecuritycenterV2AzureResourceGroup

Represents an Azure resource group.

def initialize(**args)

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

def update!(**args)

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