class Google::Apis::DiscoveryengineV1::GoogleCloudDiscoveryengineV1alphaRemoveDedicatedCrawlRateResponse

the state is FAILED.
method. It simply returns the state of the response, and an error message if
Response message for CrawlRateManagementService.RemoveDedicatedCrawlRate

def initialize(**args)

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

def update!(**args)

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