class Google::Apis::SecuritycenterV1::GoogleCloudSecuritycenterV2Pod

A Kubernetes Pod.

def initialize(**args)

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

def update!(**args)

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