Method: PostMonitorsResponse500#to_dynamic

Defined in:
lib/schemas.rb

#to_dynamicObject



25923
25924
25925
25926
25927
# File 'lib/schemas.rb', line 25923

def to_dynamic
  {
    "error" => error&.to_dynamic,
  }
end