class Google::Apis::DiscoveryengineV1::GoogleCloudDiscoveryengineV1alphaPurgeDocumentsResponse

google.longrunning.Operations.response field.
running operation is successfully done, then this message is returned by the
Response message for DocumentService.PurgeDocuments method. If the long

def initialize(**args)

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

def update!(**args)

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