class Google::Apis::SecuritycenterV1::GoogleCloudSecuritycenterV2AzureResourceGroup
Represents an Azure resource group.
def initialize(**args)
def initialize(**args) update!(**args) end
def update!(**args)
def update!(**args) @id = args[:id] if args.key?(:id) @name = args[:name] if args.key?(:name) end